Skip to content

Commit

Permalink
feat: update autojump config
Browse files Browse the repository at this point in the history
  • Loading branch information
einverne committed Sep 12, 2023
1 parent c7b6044 commit 3bf2c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is my personal dotfiles which contain config for vim, zsh, tmux, git, fzf, etc;
This is my personal dotfiles which contain config for vim, zsh, tmux, git, fzf etc;

## macOS setup
Set up by using [dotbot](https://blog.einverne.info/post/2020/08/use-dotbot-dotfiles-management.html):
Expand All @@ -13,7 +13,7 @@ Set up by using [dotbot](https://blog.einverne.info/post/2020/08/use-dotbot-dotf
# under macOS, install applications by brew
make mac

Log out and log in again, zinit will install all plugins automatically. If you tried to edit file by vi, the vim-plug will install all plugins automatically.
Log out and log in again, zinit will install all plugins automatically. If you use vi to edit file at first time, the vim-plug will install all vim plugins automatically.

## Termux setup
Install dependency first:
Expand Down
2 changes: 2 additions & 0 deletions zsh/osx.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ fi
if [[ -d "/usr/local/opt/gnu-getopt/bin" ]]; then
PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
fi

[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh

0 comments on commit 3bf2c32

Please sign in to comment.