mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Add colour to cower. How aur wrappers are managed at the moment is not ideal.
This commit is contained in:
parent
0234005a3e
commit
30d95b2bc9
2 changed files with 5 additions and 1 deletions
|
|
@ -61,3 +61,6 @@ pacman() {
|
||||||
*) $pacman_bin "$@" ;;
|
*) $pacman_bin "$@" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# TODO There needs to be a better way to support this
|
||||||
|
[[ -x /usr/bin/cower ]] && source $ZSH/plugins/archlinux/aur-helpers/aur-helper-cower.zsh
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
alias cower='cower --color=auto'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue