Skip to content

Commit

Permalink
zsh: Change note dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Granddave committed Oct 4, 2024
1 parent be0d31e commit a46d2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export EDITOR="nvim"
export VISUAL="$EDITOR"
export PAGER="less"

if [ -d "$HOME/sync/Life/daily" ]; then
export NOTE_DIR="$HOME/sync/Life/daily"
if [ -d "$HOME/sync/Life" ]; then
export NOTE_DIR="$HOME/sync/Life"
else
export NOTE_DIR="$HOME/Documents/notes"
fi
Expand Down

0 comments on commit a46d2c0

Please sign in to comment.