diff options
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index e912959..9cae301 100644 --- a/.bash_profile +++ b/.bash_profile @@ -60,10 +60,12 @@ function appid { } # ==== Aliased Directories +alias rc="cd ~/.rc" alias spc="cd ~/Work/Space/" alias mb="cd ~/Work/MBition/" alias htb="cd ~/Work/HTB/" alias otw="cd ~/Work/OTW/" +alias obs="cd ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents/Vault/Work/" # ==== go config. if command -v go 1>/dev/null 2>&1; then |
