about summary refs log tree commit diff
path: root/config/shell/functions
diff options
context:
space:
mode:
Diffstat (limited to 'config/shell/functions')
-rw-r--r--config/shell/functions4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/shell/functions b/config/shell/functions
index a300316..0661814 100644
--- a/config/shell/functions
+++ b/config/shell/functions
@@ -14,3 +14,7 @@ function y() {
 	[ "$cwd" != "$PWD" ] && [ -d "$cwd" ] && builtin cd -- "$cwd"
 	rm -f -- "$tmp"
 }
+
+function pcd() {
+  cd "$(project)"
+}