summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rwxr-xr-xtag-zsh/config/zsh/zshrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 5d7aed6..f414bb7 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