This commit is contained in:
Roland Thomas
2023-02-08 11:16:16 -05:00
parent 058b5dd481
commit 95cf6363f3
14 changed files with 1404 additions and 187 deletions

View File

@@ -0,0 +1,11 @@
abbr ls 'exa --color=auto'
abbr sl 'exa --color=auto'
abbr ll 'exa -la --color=auto'
abbr ip 'ip --color=auto'
abbr gs 'git status'
abbr gcm 'git commit -m'
abbr config 'git --git-dir=$HOME/config-files/ --work-tree=$HOME'
abbr .. 'cd ..'
abbr vi 'vim'