aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/functions/pushd.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/functions/pushd.fish')
-rw-r--r--init/functions/pushd.fish8
1 files changed, 0 insertions, 8 deletions
diff --git a/init/functions/pushd.fish b/init/functions/pushd.fish
deleted file mode 100644
index 5c4f288e..00000000
--- a/init/functions/pushd.fish
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-function pushd -d (_ "Push directory to stack")
- # Comment to avoid set completions
- set -g dirstack (command pwd) $dirstack
- cd $argv[1]
-end
-