mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added missing FX and named colors to spectrum.
This commit is contained in:
parent
05c94e2dd5
commit
b65195156d
39 changed files with 57 additions and 16 deletions
|
|
@ -1,19 +0,0 @@
|
|||
# Complete brew.
|
||||
completion_file="${0:h}/_brew"
|
||||
if [[ ! -e "$completion_file" ]]; then
|
||||
if [[ -L "$completion_file" ]]; then
|
||||
unlink "$completion_file" 2> /dev/null
|
||||
fi
|
||||
|
||||
if (( $+commands[brew] )); then
|
||||
ln -s \
|
||||
"$(brew --prefix)/Library/Contributions/brew_zsh_completion.zsh" \
|
||||
"$completion_file" \
|
||||
2> /dev/null
|
||||
fi
|
||||
fi
|
||||
unset completion_file
|
||||
|
||||
# Aliases
|
||||
alias brews='brew list -1'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue