diff options
-rw-r--r-- | bash/symlinks.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index b8c4c5e..96f0f9b 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -32,6 +32,9 @@ ln -fs $DOTFILES/tmux/tmux.conf ~/.tmux.conf ln -fs $DOTFILES/tmux/tmux-macos.conf ~/.tmux-macos.conf ln -fs $DOTFILES/tmux/tmux-gnu-linux.conf ~/.tmux-gnu-linux.conf +## autojump +ln -fs ~/Nextcloud/cache/autojump/ ~/.local/share/autojump/ + ## Emacs ln -fs ~/Nextcloud/cache/projectile-bookmarks.eld ~/.emacs.d/.cache/projectile-bookmarks.eld |