aboutsummaryrefslogtreecommitdiff
path: root/TMV/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'TMV/.bashrc')
-rw-r--r--TMV/.bashrc10
1 files changed, 3 insertions, 7 deletions
diff --git a/TMV/.bashrc b/TMV/.bashrc
index 7503f93..ed47e62 100644
--- a/TMV/.bashrc
+++ b/TMV/.bashrc
@@ -4,15 +4,8 @@ HISTSIZE= HISTFILESIZE= # Infinite history.
export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 0)\]\t \[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]"
-[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
-###PERSONAL EDITS
-export WINDOWS='/mnt/windows'
-export PATH=$PATH:/home/mas/py/
-export TERMINAL='xterm'
-export BAT_THEME="Dracula"
-
# append to the history instead of overwriting (good for multiple connections)
shopt -s histappend
@@ -21,3 +14,6 @@ export HISTCONTROL=erasedups
#reminder of what to do
cat /home/mas/TODO.leny
+
+[ -f /etc/bash.command-not-found ] && . /etc/bash.command-not-found
+