bashrc, after I lost it twice...absolutely not complete, cannot remember what else was in there...ouch :c
This commit is contained in:
parent
7ab4d72769
commit
7cf474f1cc
|
@ -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'
|
Loading…
Reference in New Issue