summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-06-22 00:31:46 +0300
committerYigit Sever2020-06-22 00:31:46 +0300
commitcc12cc2ffb0637f817b968b883ed8319e4d280af (patch)
treeca21b39b1548aab312fd16f654ed47071a09ee2d /.zshrc
parent9108a1bf33955c71e5182d99fabcccd1078ee9fa (diff)
downloaddotfiles-cc12cc2ffb0637f817b968b883ed8319e4d280af.tar.gz
dotfiles-cc12cc2ffb0637f817b968b883ed8319e4d280af.tar.bz2
dotfiles-cc12cc2ffb0637f817b968b883ed8319e4d280af.zip
nnn config changes
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index fe2d2a9..1d07844 100644
--- a/.zshrc
+++ b/.zshrc
@@ -194,9 +194,9 @@ n ()
194 fi 194 fi
195} 195}
196 196
197export NNN_BMS='w:~/Nextcloud/personal_wiki;r:~/Nextcloud/remind' 197export NNN_BMS='w:~/Nextcloud/personal_wiki;r:~/Nextcloud/remind;n:~/Nextcloud'
198export NNN_COLORS="2136" # use a different color for each context 198export NNN_COLORS="2136" # use a different color for each context
199export NNN_PLUG='d:dragdrop' 199export NNN_PLUG='d:dragdrop;z:fzz;p:preview-tui'
200 200
201# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. 201# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
202export PATH="$PATH:$HOME/.rvm/bin" 202export PATH="$PATH:$HOME/.rvm/bin"