From 052ae54137602739ba412ae19993b6bc5caae6bf Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Mon, 5 Oct 2020 23:20:16 +0800 Subject: [PATCH] Moved nnn environment variables to .bashrc. --- .bash_aliases | 7 ------- .bashrc | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 3119366..96d69f3 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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 - diff --git a/.bashrc b/.bashrc index 9544694..9548227 100644 --- a/.bashrc +++ b/.bashrc @@ -114,3 +114,8 @@ n () fi } +# nnn +# bookmarks +export NNN_BMS='q:~/.config/qtile/;' +# use trashcan +export NNN_TRASH=1