diff options
-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 |