From b719cdacf4ca8c45e3e13d4ba89eb2d347876bad Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 4 Apr 2019 15:17:18 +0300 Subject: Introduce single file alternation scheme --- .zshrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 79c9dee..667742c 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,6 @@ cowsay $(fortune) +hostname=$(uname -n) + # If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:/usr/local/bin:$PATH export PATH="$PATH:/home/yigit/.local/bin" @@ -137,8 +139,10 @@ RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC export GPG_TTY=$(tty) -PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" -export GEM_HOME=$HOME/.gem +if [ "$hostname" != "Luchs" ]; then + PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" + export GEM_HOME=$HOME/.gem +fi # Getting Things Done & Taskwarrior Related alias in='task add +in' # Alias for tasks with in tag (in tray) -- cgit v1.2.3-70-g09d2