diff options
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -178,7 +178,8 @@ n () | |||
178 | export NNN_BMS='w:~/nextcloud/personal_wiki;r:~/nextcloud/research;n:~/nextcloud;d:~/down' | 178 | export NNN_BMS='w:~/nextcloud/personal_wiki;r:~/nextcloud/research;n:~/nextcloud;d:~/down' |
179 | export NNN_COLORS="2136" # use a different color for each context | 179 | export NNN_COLORS="2136" # use a different color for each context |
180 | export NNN_FCOLORS='c1e2272e006033f7c6d6abc4' | 180 | export NNN_FCOLORS='c1e2272e006033f7c6d6abc4' |
181 | export NNN_PLUG='d:dragdrop;z:fzz;p:preview-tui' | 181 | export NNN_PLUG='d:dragdrop;z:fzz;p:picker;r:ringtone' |
182 | export NNN_TRASH=1 | ||
182 | 183 | ||
183 | if [ -n "$DESKTOP_SESSION" ];then | 184 | if [ -n "$DESKTOP_SESSION" ];then |
184 | eval $(gnome-keyring-daemon --start) | 185 | eval $(gnome-keyring-daemon --start) |