diff options
author | Masfehico <clyhtsuriva@gmail.com> | 2020-06-07 23:16:56 +0200 |
---|---|---|
committer | Masfehico <clyhtsuriva@gmail.com> | 2020-06-07 23:16:56 +0200 |
commit | a906570128492d5306bed514e1a6c83b85731179 (patch) | |
tree | 477de5c879daea89d6b3bb37ed98a7bdb98fcf04 /TMV/.profile | |
parent | 951a5fafac5a60958cb89bece583b63a1a6dcfca (diff) |
update bashrc and profile
Diffstat (limited to 'TMV/.profile')
-rw-r--r-- | TMV/.profile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TMV/.profile b/TMV/.profile index aacc2e4..2405000 100644 --- a/TMV/.profile +++ b/TMV/.profile @@ -7,7 +7,7 @@ export PATH="$PATH:$HOME/.local/bin/" # Default programs: export EDITOR="nvim" -export TERMINAL="st" +export TERMINAL="xterm" export BROWSER="firefox" export READER="zathura" export FILE="lf" @@ -40,5 +40,3 @@ echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc # Switch escape and caps if tty: sudo -n loadkeys ~/.local/share/larbs/ttymaps.kmap 2>/dev/null -eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) -eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) |