Skip to content

Commit

Permalink
fix(aliases): do not assume -h is always help
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed May 18, 2024
1 parent ebf9f04 commit 4592044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ alias grep='grep --color=auto'
alias ls='eza'

alias cat='bat'
alias -g -- -h='-h 2>&1 | bat --language=help --style=plain'
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain'

alias lg=lazygit
Expand Down

0 comments on commit 4592044

Please sign in to comment.