summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2019-09-12 15:25:13 +0300
committerYigit Sever2019-09-12 15:25:13 +0300
commit49069a10ecb8be355348a4b314005b17e7f41d90 (patch)
tree2a10fd04859a73b2c52747c6df07abe9ae03789a /.zshrc
parenta69e592b4b54a10937d1bd332937d1db968d94dc (diff)
downloaddotfiles-49069a10ecb8be355348a4b314005b17e7f41d90.tar.gz
dotfiles-49069a10ecb8be355348a4b314005b17e7f41d90.tar.bz2
dotfiles-49069a10ecb8be355348a4b314005b17e7f41d90.zip
No need for ruby condition
diffstat (limited to '.zshrc')
-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