diff options
| author | Yigit Sever | 2020-06-22 00:31:46 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-06-22 00:31:46 +0300 |
| commit | cc12cc2ffb0637f817b968b883ed8319e4d280af (patch) | |
| tree | ca21b39b1548aab312fd16f654ed47071a09ee2d | |
| parent | 9108a1bf33955c71e5182d99fabcccd1078ee9fa (diff) | |
| download | dotfiles-cc12cc2ffb0637f817b968b883ed8319e4d280af.tar.gz dotfiles-cc12cc2ffb0637f817b968b883ed8319e4d280af.tar.bz2 dotfiles-cc12cc2ffb0637f817b968b883ed8319e4d280af.zip | |
nnn config changes
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -194,9 +194,9 @@ n () | |||
| 194 | fi | 194 | fi |
| 195 | } | 195 | } |
| 196 | 196 | ||
| 197 | export NNN_BMS='w:~/Nextcloud/personal_wiki;r:~/Nextcloud/remind' | 197 | export NNN_BMS='w:~/Nextcloud/personal_wiki;r:~/Nextcloud/remind;n:~/Nextcloud' |
| 198 | export NNN_COLORS="2136" # use a different color for each context | 198 | export NNN_COLORS="2136" # use a different color for each context |
| 199 | export NNN_PLUG='d:dragdrop' | 199 | export 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. |
| 202 | export PATH="$PATH:$HOME/.rvm/bin" | 202 | export PATH="$PATH:$HOME/.rvm/bin" |
