diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-07 03:53:17 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-07 03:53:17 +0200 |
| commit | bcc94226817de33f11d3587122ee8f2398711c49 (patch) | |
| tree | d8bbdc2842f1603be7e92e326522636adeae6834 /.bash_profile | |
| parent | d1f9cc91d8bd1ef329a98ae6980337a585190171 (diff) | |
Add alias to RC and obsidian git vault
Diffstat (limited to '.bash_profile')
| -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 |
