Skip to content

Commit

Permalink
Improve aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
airled committed Mar 24, 2022
1 parent 06f4339 commit 6b8ad2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ alias sstatus="sudo systemctl status"
alias sshow="sudo systemctl cat"
alias sreload="sudo systemctl daemon-reload"
alias upg='sudo apt update && sudo apt dist-upgrade'
alias l='ls -lvh --color=auto --group-directories-first'
alias la='ls -lAvh --color=auto --group-directories-first'
alias l='ls -lvhN --color=always --group-directories-first | tail -n +2'
alias la='ls -lAvhN --color=always --group-directories-first | tail -n +2'
alias bi='bundle install'
alias bu='bundle update'
alias be='bundle exec'
Expand Down Expand Up @@ -77,7 +77,7 @@ alias gst='git stash'
alias gstp='git stash pop'
alias routes='bundle exec rails routes'
alias phs='mix phoenix.server'
alias fd='fdfind -HI'
alias fda='fd -HI'
alias dfh='df -hT'
alias tf='tail -f'
alias j='journalctl -fu'
Expand Down

0 comments on commit 6b8ad2f

Please sign in to comment.