5 lines
83 B
Bash
5 lines
83 B
Bash
alias l="ls -lah"
|
|
alias lg="LANG=en_US-UTF-8 lazygit"
|
|
alias v="vim"
|
|
alias n="nvim"
|