Skip to content

Commit

Permalink
Fiddle with zoxide and sdkman
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Metzner committed Feb 19, 2024
1 parent d8c5041 commit 325cd29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"gcc"
"glibc-headers"
"fzf"
"autojump-zsh"
"terminator"
"zoxide"
"ranger"
"gron"
"sd"
Expand Down
1 change: 1 addition & 0 deletions dot_dotfiles/system/path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ JAVA_HOME=$HOME/Java/jdk8u372-b07
PATH=~/go/bin:~/.local/bin:$PATH
HISTFILE=~/.zsh_history
export HISTFILE PATH JAVA_HOME
export SDKMAN_DIR="$HOME/.sdkman"
4 changes: 3 additions & 1 deletion dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ plugins=(
docker-compose
kubectl
sudo
autojump
fzf
git
direnv
Expand Down Expand Up @@ -128,3 +127,6 @@ export NVM_DIR="$HOME/.nvm"
alias lilith="{ ~/Java/lilith-8.3.0/bin/lilith > /dev/null; } 2>&1 &"
alias g="./gradlew"
alias ls="colorls"

[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
eval "$(zoxide init --cmd cd zsh)"

0 comments on commit 325cd29

Please sign in to comment.