1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

Update aliasrc

This commit is contained in:
marten
2022-09-07 01:16:36 +02:00
committed by GitHub
parent efb0a60374
commit 58c38bd31c

View File

@@ -37,10 +37,10 @@ haste() {
}
# ls(d)
alias l="lsd"
alias la="lsd -la"
alias ll="lsd -l"
alias tree="lsd --tree"
alias l="exa"
alias la="exa -la"
alias ll="exa -l"
alias tree="exa --tree"
# metaflac
alias tag="metaflac"