summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile
index 9062116..e7028ae 100644
--- a/.profile
+++ b/.profile
@@ -31,5 +31,9 @@ dots() {
/usr/bin/git --git-dir=$HOME/.dots --work-tree=$HOME "$@"
}
+alias ..="cd .."
+alias ...="cd ../.."
+alias ....="cd ../.."
# enter vi mode
+set -o vi