diff options
| author | Yigit Sever | 2019-04-04 15:17:18 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-04-04 15:17:18 +0300 |
| commit | b719cdacf4ca8c45e3e13d4ba89eb2d347876bad (patch) | |
| tree | 1df88b6aa409cd31b8d570c65684292795342ed0 | |
| parent | de99b25185ee2f2d65a8254f1a6bd64484e682b0 (diff) | |
| download | dotfiles-b719cdacf4ca8c45e3e13d4ba89eb2d347876bad.tar.gz dotfiles-b719cdacf4ca8c45e3e13d4ba89eb2d347876bad.tar.bz2 dotfiles-b719cdacf4ca8c45e3e13d4ba89eb2d347876bad.zip | |
Introduce single file alternation scheme
| -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) |
