1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 17:07:45 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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