aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rwxr-xr-xbash/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index f6ce5bf..2b9fc57 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -34,6 +34,7 @@ alias stw="stow -v --target=$HOME"
alias clip="xclip -selection clipboard"
alias diff="diff --color=auto"
+alias fsu="lsblk -f"
alias grep="grep --color=auto"
alias hss="hugo server --noHTTPCache"
alias ip="ip --color=auto"
@@ -47,6 +48,9 @@ alias yp="pwd | clip"
alias ytdl="yt-dlp"
alias zeit="tty-clock -C 1 -f %d.%m.%Y -sc"
+# Remove these directories, if some pesky program created them again. I have better things to do.
+rmdir $HOME/Desktop $HOME/Documents $HOME/Downloads $HOME/Images $HOME/Music $HOME/Templates $HOME/Video 2> /dev/null
+
export PS1='[\001\e[0;36m\002\j\001\e[0m\002] [ \001\e[0;34m\002\u\001\e[0m\002@\001\e[0;34m\002\h\001\e[0m\002 ] \001\e[0;35m\002\W\001\e[0m\002 \$ '
# Enable wal colors, if terminal emulator is 'st'