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