diff options
author | EuAndreh <eu@euandre.org> | 2018-06-19 16:25:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-06-19 16:25:11 -0300 |
commit | ed43f26cf33a50106e749cd3cce5c13a762be2b0 (patch) | |
tree | 2e01fcdc43a55026c6479a1cd84e53808c002d79 | |
parent | Add note on Emacs TLS (diff) | |
download | dotfiles-ed43f26cf33a50106e749cd3cce5c13a762be2b0.tar.gz dotfiles-ed43f26cf33a50106e749cd3cce5c13a762be2b0.tar.xz |
Add symlink to autojump synced file
-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 |