first commit development

This commit is contained in:
crunchie
2025-04-18 19:12:45 +02:00
parent dbdb8e2775
commit f4ef4ce5ae
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH="/Applications/jtr/run:/usr/local/opt/coreutils/libexec/gnubin:$HOME/bin:$HOME/nsupdate:$HOME/ansible:$PATH"
export JAVA_HOME="$(/usr/libexec/java_home -v 23.0.1)"
export PATH="$JAVA_HOME/bin:$PATH"
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
@@ -114,4 +116,4 @@ fi
source $HOME/.zshrc-theme
HISTSIZE=1000
HISTFILESIZE=2000
export EDITOR=vim
export EDITOR=vim