diff options
author | Alan Pearce | 2015-11-19 16:01:20 +0100 |
---|---|---|
committer | Alan Pearce | 2015-11-19 16:01:20 +0100 |
commit | d24955325ef6d6a60e12ce1361c827e72a52e896 (patch) | |
tree | a587851122c622c45a362dfc68c0ec9e0bf48529 /tag-zsh | |
parent | 0f72aa972bc33304093fb595666c7070ec09a2b0 (diff) | |
download | nixfiles-d24955325ef6d6a60e12ce1361c827e72a52e896.tar.lz nixfiles-d24955325ef6d6a60e12ce1361c827e72a52e896.tar.zst nixfiles-d24955325ef6d6a60e12ce1361c827e72a52e896.zip |
zsh: Remove dead sections
Diffstat (limited to 'tag-zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 5d7aed63..f414bb74 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -287,10 +287,6 @@ if [[ -e =hub ]]; then alias gh="hub" fi -if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then - alias composer="composer.phar" -fi - # Functions magit () { @@ -376,11 +372,6 @@ else echo "fasd init file is missing." fi -if [[ -e /etc/gibo/gibo-completion.zsh ]] -then - source /etc/gibo/gibo-completion.zsh -fi - case $os in freebsd) source $ZDOTDIR/freebsd.zsh |