aboutsummaryrefslogtreecommitdiff
path: root/TMV/.bashrc
diff options
context:
space:
mode:
authorMasfehico <clyhtsuriva@gmail.com>2020-05-22 02:03:42 +0200
committerMasfehico <clyhtsuriva@gmail.com>2020-05-22 02:03:42 +0200
commit1794fae5913f5dbcc3b5ddc5783ab06bd537c059 (patch)
tree6ce7472d546d46c6c30cad4a24658b9a3b2f6397 /TMV/.bashrc
parent5e833dc33aa214cc9e88dd04510a013336e1ef29 (diff)
Adding TMV content
Diffstat (limited to 'TMV/.bashrc')
-rw-r--r--TMV/.bashrc23
1 files changed, 23 insertions, 0 deletions
diff --git a/TMV/.bashrc b/TMV/.bashrc
new file mode 100644
index 0000000..1dad37a
--- /dev/null
+++ b/TMV/.bashrc
@@ -0,0 +1,23 @@
+stty -ixon # Disable ctrl-s and ctrl-q.
+shopt -s autocd #Allows you to cd into directory merely by typing the directory name.
+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
+alias cat='lolcat'
+alias bat_pow='sudo upower -i /org/freedesktop/UPower/devices/battery_BAT0'
+alias la='ls -A'
+alias l='ls'
+alias ll='ls -l'
+alias display='sxiv'
+alias xbacklight='sudo xbacklight'
+export WINDOWS='/mnt/windows'
+export PATH=$PATH:/home/mas/py/:/home/linuxbrew/.linuxbrew/bin/
+alias nox='sudo user_nox.py'
+alias incendio='user_incendio.py'
+alias imperio='sudo user_imperio.py'
+TERMINAL='xterm'