summaryrefslogtreecommitdiff
path: root/.zsh/zshfunctions
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshfunctions')
-rw-r--r--.zsh/zshfunctions8
1 files changed, 2 insertions, 6 deletions
diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions
index 9f0270e..72e455d 100644
--- a/.zsh/zshfunctions
+++ b/.zsh/zshfunctions
@@ -6,13 +6,9 @@ Start Stop Reload Restart ()
}
# Change to the directory of a specific package
-cdu ()
+_cdu ()
{
- local cp
-
- [[ -n $1 ]] && cp=$(eix -e $1 --format "<category>/<name>" 2>/dev/null | head -n1)
-
- cd /usr/portage/${cp}
+ cd $(dirname $1)
}
# Open the ebuild with a specified command