summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-10-17 10:25:18 -0700
committerNicholas <nbnoll@eml.cc>2021-10-17 10:25:18 -0700
commite68e61d35e18ecaa9d264d351dcc43ae2270830b (patch)
tree671d9b1606407c2846651d5b52cf458a591fd79c
parenta470fe4e17cb330bcec113d673f18125ae99e498 (diff)
chore: add cd aliasphone
-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