From e68e61d35e18ecaa9d264d351dcc43ae2270830b Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 17 Oct 2021 10:25:18 -0700 Subject: chore: add cd alias --- .profile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1