summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-04-07 03:53:17 +0200
committerAhmed Abdelhalim <[email protected]>2023-04-07 03:53:17 +0200
commitbcc94226817de33f11d3587122ee8f2398711c49 (patch)
treed8bbdc2842f1603be7e92e326522636adeae6834 /.bash_profile
parentd1f9cc91d8bd1ef329a98ae6980337a585190171 (diff)
Add alias to RC and obsidian git vault
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
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