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 | |
parent | 951a5fafac5a60958cb89bece583b63a1a6dcfca (diff) |
update bashrc and profile
-rw-r--r-- | TMV/.bashrc | 5 | ||||
-rw-r--r-- | TMV/.profile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/TMV/.bashrc b/TMV/.bashrc index 674d432..5ff80b7 100644 --- a/TMV/.bashrc +++ b/TMV/.bashrc @@ -17,13 +17,14 @@ alias display='sxiv' alias xbacklight='sudo xbacklight' export WINDOWS='/mnt/windows' export PATH=$PATH:/home/mas/py/ -alias nox='sudo user_nox.py' +alias nox='user_nox.py' alias incendio='user_incendio.py' alias imperio='sudo user_imperio.py' -TERMINAL='xterm' +export TERMINAL='xterm' alias ipconfig='curl ipconfig.io' alias cp='cp -v' alias rmac='rmac.py' +export BAT_THEME="Dracula" # append to the history instead of overwriting (good for multiple connections) shopt -s histappend 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) |