1
0
Fork 0

update `.bashrc`

urosm 2023-12-17 19:54:11 +01:00
parent 89bcb8c1c6
commit b87c36a1f3
1 changed files with 5 additions and 0 deletions

5
bashrc
View File

@ -30,6 +30,11 @@ st() {
sort -V -k 4,5 | column -t -N 'i,u,g,t,n' -l 5 -R 'i,u' -d
}
# color
case "$TERM" in
foot) export TERMCOLOR=truecolor;;
esac
# aliases
# exit
alias q="exit"