Moved nnn environment variables to .bashrc.

This commit is contained in:
Sheldon Lee 2020-10-05 23:20:16 +08:00
parent 45f11fee17
commit 052ae54137
2 changed files with 5 additions and 7 deletions

View File

@ -6,10 +6,3 @@ alias sizes='du -hs .[^.]* * | sort -h'
alias tmux="tmux -2"
# bash tree alias
alias gittree="git log --all --decorate --oneline --graph"
# nnn
# bookmarks
export NNN_BMS='q:~/.config/qtile/;'
# use trashcan
export NNN_TRASH=1

View File

@ -114,3 +114,8 @@ n ()
fi
}
# nnn
# bookmarks
export NNN_BMS='q:~/.config/qtile/;'
# use trashcan
export NNN_TRASH=1