diff options
-rw-r--r-- | .zshrc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,6 @@ | |||
1 | cowsay $(fortune) | 1 | cowsay $(fortune) |
2 | hostname=$(uname -n) | ||
3 | |||
2 | # If you come from bash you might have to change your $PATH. | 4 | # If you come from bash you might have to change your $PATH. |
3 | export PATH=$HOME/bin:/usr/local/bin:$PATH | 5 | export PATH=$HOME/bin:/usr/local/bin:$PATH |
4 | export PATH="$PATH:/home/yigit/.local/bin" | 6 | export PATH="$PATH:/home/yigit/.local/bin" |
@@ -137,8 +139,10 @@ RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | |||
137 | 139 | ||
138 | export GPG_TTY=$(tty) | 140 | export GPG_TTY=$(tty) |
139 | 141 | ||
140 | PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" | 142 | if [ "$hostname" != "Luchs" ]; then |
141 | export GEM_HOME=$HOME/.gem | 143 | PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" |
144 | export GEM_HOME=$HOME/.gem | ||
145 | fi | ||
142 | 146 | ||
143 | # Getting Things Done & Taskwarrior Related | 147 | # Getting Things Done & Taskwarrior Related |
144 | alias in='task add +in' # Alias for tasks with in tag (in tray) | 148 | alias in='task add +in' # Alias for tasks with in tag (in tray) |