From 9526e982dba5d45139e10beabed78f8a90b578f5 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 7 Sep 2016 19:55:48 +0200 Subject: [PATCH] Removed useless wd alias --- zsh/aliases.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 5db458c..b3a63d7 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -37,6 +37,3 @@ alias cd....="cd ../../.." alias ls="ls -h --color --group-directories-first" alias sl="ls" alias lsd="ls" - -# Make wd command work -alias wd=". wd"