5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
alias ls='ls --color=auto'
|
|
alias ll='ls -lah'
|
|
alias gg='lazygit'
|
|
alias v='nvim'
|