From 7cf474f1cc322a17cae6261e2f665c0033bf9b67 Mon Sep 17 00:00:00 2001 From: TUNQRT Date: Tue, 30 Sep 2025 17:26:41 +0200 Subject: [PATCH] bashrc, after I lost it twice...absolutely not complete, cannot remember what else was in there...ouch :c --- .bashrc_zaloha | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .bashrc_zaloha diff --git a/.bashrc_zaloha b/.bashrc_zaloha new file mode 100644 index 0000000..5b9e68b --- /dev/null +++ b/.bashrc_zaloha @@ -0,0 +1,24 @@ +#TODO: +# > better PS1 +# > colorful pager (PAGER=...) +# > colors form pallette generator...how tf did I do that + + +PS1='\e[38;5;18m<\e[38;5;128m\u\e[38;5;18m@\e[38;5;128m\h\e[38;5;18m>\e[38;5;24m\W\e[38;5;18m$ \e[0m' + +shopt -s autocd + + + +alias ls='ls --color=auto' +alias ll='ls -lah' + +alias cdp='cd ~/Documents/programy/' +alias cds='cd ~/Documents/programy/random_scripts/' + +alias q='exit' + +alias b='/home/triplisa/Documents/programy/random_scripts/brightness' +alias tb='/home/triplisa/Documents/programy/random_scripts/toggle_bt.sh' + +alias f='/home/triplisa/factorio-space-age/factorio/bin/x64/factorio'