diff options
| author | Masfehico <clyhtsuriva@gmail.com> | 2020-08-30 22:50:01 +0200 |
|---|---|---|
| committer | Masfehico <clyhtsuriva@gmail.com> | 2020-08-30 22:50:01 +0200 |
| commit | 9c38a4274e514d0daa5cf801763f5221bf47eb9d (patch) | |
| tree | d75fedc595f6c6629833a03797358db9fbcf5656 /TMV/.bashrc | |
| parent | 9016ff7bfff6a1205c5ff9b09edbfe46596ecfe1 (diff) | |
| download | dotfiles-9c38a4274e514d0daa5cf801763f5221bf47eb9d.tar.gz dotfiles-9c38a4274e514d0daa5cf801763f5221bf47eb9d.tar.bz2 dotfiles-9c38a4274e514d0daa5cf801763f5221bf47eb9d.zip | |
bashrc and profile update
Diffstat (limited to '')
| -rw-r--r-- | TMV/.bashrc | 10 |
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 + |
