feat: add Fedora 44 bootstrap and shell customization scripts

This commit is contained in:
2026-06-12 20:53:46 +02:00
parent 777cf9ce32
commit af9dcf3f55
6 changed files with 273 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
alias ls='ls --color=auto -hl --time-style long-iso'
alias l='ls --color=auto -hlA --time-style long-iso'
alias ll='ls --color=auto -hla --time-style long-iso'
alias cd..='cd ..'
alias ff='find / -name'
alias f='find . -name'
alias fif='grep -rnw . -e'
alias grep='grep --color=auto'
alias ip='ip -c'
alias vdir='vdir --color=auto'
alias watch='watch --color'