diff --git a/bash/.bashrc b/bash/.bashrc index aa501cc..338fb1b 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -68,9 +68,11 @@ export SYSTEMD_EDITOR=$EDITOR ### set nnn options # set detailed mode by default, a for auto FIFO export NNN_OPTS='da' -export NNN_PLUG='p:preview-tui;v:preview-tabbed' +#export NNN_PLUG='p:preview-tui;v:preview-tabbed' # use xdg-open to handle more filetypes, correctly export NNN_FALLBACK_OPENER=xdg-open +# nnn bookmarks, format of key:path +export NNN_BMS='d:~/Downloads;h:~;m:/s/movies;t:/s/tv' [ -f ~/.fzf.bash ] && source ~/.fzf.bash diff --git a/x/.xinitrc b/x/.xinitrc index 16e4436..8122f83 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -4,4 +4,4 @@ if [ -f ~/.Xresources ]; then xrdb -merge -I$HOME ~/.Xresources fi -exec dwm +#exec dwm