new bash settings from arch

This commit is contained in:
2026-06-26 20:00:41 -04:00
parent dae9e77fee
commit b0c0cfeb5a
3 changed files with 30 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
## Alias
alias ls='ls --color=auto -al'
alias grep='grep --color=auto'
alias vim='nvim'
alias vi='nvim'