From ee21c69c43da43b11eb5a0569b0ce1ad3af32a6c Mon Sep 17 00:00:00 2001 From: jon Date: Fri, 13 Aug 2021 15:30:56 -0500 Subject: [PATCH] Added nnn bookmarks, removed preview config and removed exec dwm from xinit --- bash/.bashrc | 4 +++- x/.xinitrc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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