Skip to content

Commit

Permalink
Merge pull request #326 from izumin5210/izumin5210/fix-alias
Browse files Browse the repository at this point in the history
fix(zsh): fix aliases
  • Loading branch information
izumin5210 authored Apr 8, 2024
2 parents aa11bdf + db6ccd7 commit bedf2a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/.config/zsh/legacy/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
alias ls='ls -G'

alias l='exa --icons -a --git --git-ignore'
alias l='eza --icons -a --git --git-ignore'
alias ll='l -l'
alias lll='exa --icons -al --git' # ll without --git-ignore
alias lll='eza --icons -al --git' # ll without --git-ignore
alias lt='l -T -L 3'
alias llt='ll -T -L 3'

Expand All @@ -23,4 +23,4 @@ else
alias diff='diff -u'
fi

alias mw="docker compose -f /Users/izumin/.bin/compose.mw.yaml"
alias mw="docker compose -f $HOME/.bin/compose.mw.yaml"

0 comments on commit bedf2a2

Please sign in to comment.