Add Obsidian CLI
This commit is contained in:
parent
dd0d06fa1d
commit
c8ea7cc820
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ if (( ${+commands[brew]} )); then
|
|||
export PATH="$(brew --prefix)/opt/grep/libexec/gnubin:$PATH"
|
||||
fi
|
||||
|
||||
# Add Obsidian CLI
|
||||
export PATH="$PATH:/Applications/Obsidian.app/Contents/MacOS"
|
||||
|
||||
# Add Totara Docker helper functions
|
||||
export PATH="$PATH:$HOME/git/totara-docker-dev/bin"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue