diff options
author | Yigit Sever | 2019-09-12 15:25:13 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-12 15:25:13 +0300 |
commit | 49069a10ecb8be355348a4b314005b17e7f41d90 (patch) | |
tree | 2a10fd04859a73b2c52747c6df07abe9ae03789a | |
parent | a69e592b4b54a10937d1bd332937d1db968d94dc (diff) | |
download | dotfiles-49069a10ecb8be355348a4b314005b17e7f41d90.tar.gz dotfiles-49069a10ecb8be355348a4b314005b17e7f41d90.tar.bz2 dotfiles-49069a10ecb8be355348a4b314005b17e7f41d90.zip |
No need for ruby condition
-rw-r--r-- | .zshrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -127,11 +127,6 @@ RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | |||
127 | 127 | ||
128 | export GPG_TTY=$(tty) | 128 | export GPG_TTY=$(tty) |
129 | 129 | ||
130 | if [ "$hostname" != "Luchs" ]; then | ||
131 | PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" | ||
132 | export GEM_HOME=$HOME/.gem | ||
133 | fi | ||
134 | |||
135 | # Getting Things Done & Taskwarrior Related | 130 | # Getting Things Done & Taskwarrior Related |
136 | alias in='task add +in' # Alias for tasks with in tag (in tray) | 131 | alias in='task add +in' # Alias for tasks with in tag (in tray) |
137 | alias inc='task +in +PENDING count' # Reporting the number of in things | 132 | alias inc='task +in +PENDING count' # Reporting the number of in things |