summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index 40cdc58..2c1ceaa 100644
--- a/.zshrc
+++ b/.zshrc
@@ -127,11 +127,6 @@ RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
127 127
128export GPG_TTY=$(tty) 128export GPG_TTY=$(tty)
129 129
130if [ "$hostname" != "Luchs" ]; then
131 PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
132 export GEM_HOME=$HOME/.gem
133fi
134
135# Getting Things Done & Taskwarrior Related 130# Getting Things Done & Taskwarrior Related
136alias in='task add +in' # Alias for tasks with in tag (in tray) 131alias in='task add +in' # Alias for tasks with in tag (in tray)
137alias inc='task +in +PENDING count' # Reporting the number of in things 132alias inc='task +in +PENDING count' # Reporting the number of in things