Skip to content

Commit

Permalink
update dotfiles dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Mar 26, 2024
1 parent d497555 commit 3ec53f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export STARTUP="$HOME/.config/autostart"
export NVM_DIR="$HOME/.nvm"
export GO="/usr/local/go/bin"
export TURSO="$HOME/.turso"
export DOTFILES="$HOME/Sync/dot"
export DOTFILES="$HOME/dot"

if [[ $- == *i* ]]; then
bind '"\C-f":"tmux-sessionizer\n"'
Expand Down

0 comments on commit 3ec53f8

Please sign in to comment.