diff options
| author | Yigit Sever | 2021-10-06 02:22:00 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-06 02:22:00 +0300 |
| commit | 35578c15a7e4d6ff6ffd3c2bc7b8328a3b1d87db (patch) | |
| tree | a78cb9fa309a1b43ceb78955826d4d8bb19565f9 | |
| parent | 81c0b63d0dfa4b3c190260cfbfeec2ba3ad46ba9 (diff) | |
| download | dotfiles-35578c15a7e4d6ff6ffd3c2bc7b8328a3b1d87db.tar.gz dotfiles-35578c15a7e4d6ff6ffd3c2bc7b8328a3b1d87db.tar.bz2 dotfiles-35578c15a7e4d6ff6ffd3c2bc7b8328a3b1d87db.zip | |
zsh: nnn plugins
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -183,7 +183,7 @@ n () | |||
| 183 | export NNN_BMS='w:~/nextcloud/personal_wiki;r:~/nextcloud/research;n:~/nextcloud;d:~/down' | 183 | export NNN_BMS='w:~/nextcloud/personal_wiki;r:~/nextcloud/research;n:~/nextcloud;d:~/down' |
| 184 | export NNN_COLORS="2136" # use a different color for each context | 184 | export NNN_COLORS="2136" # use a different color for each context |
| 185 | export NNN_FCOLORS='c1e2272e006033f7c6d6abc4' | 185 | export NNN_FCOLORS='c1e2272e006033f7c6d6abc4' |
| 186 | export NNN_PLUG='d:dragdrop;z:fzz;p:picker;r:ringtone' | 186 | export NNN_PLUG='d:dragdrop;f:fzcd;h:fzhist;o:fzopen;l:launch;y:x2sel' |
| 187 | export NNN_TRASH=1 | 187 | export NNN_TRASH=1 |
| 188 | 188 | ||
| 189 | if [ -n "$DESKTOP_SESSION" ];then | 189 | if [ -n "$DESKTOP_SESSION" ];then |
| @@ -194,7 +194,6 @@ fi | |||
| 194 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 194 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
| 195 | export FZF_DEFAULT_OPTS="--height=40% --layout=reverse --info=inline --border" | 195 | export FZF_DEFAULT_OPTS="--height=40% --layout=reverse --info=inline --border" |
| 196 | 196 | ||
| 197 | |||
| 198 | export WECHALLUSER="drocan" | 197 | export WECHALLUSER="drocan" |
| 199 | export WECHALLTOKEN="35624-0D38B-A2F16-A98B0-5963D-6DF19" | 198 | export WECHALLTOKEN="35624-0D38B-A2F16-A98B0-5963D-6DF19" |
| 200 | 199 | ||
