nushell: add joshuto alias

This commit is contained in:
notohh 2024-01-06 22:17:20 -05:00
parent f085ac2663
commit 86d3b13eaa
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -8,6 +8,7 @@ alias l = eza -ughH --icons
alias la = eza -alughH --git --icons
alias calc = eva
alias c = clear
alias f = joshuto
alias cat = bat
alias rm = rm -i
alias cp = cp -i