first commit development
This commit is contained in:
@@ -16,3 +16,4 @@ alias lsblk='diskutil list'
|
|||||||
alias iperf='iperf3'
|
alias iperf='iperf3'
|
||||||
alias kubectl="minikube kubectl --"
|
alias kubectl="minikube kubectl --"
|
||||||
alias python='python3'
|
alias python='python3'
|
||||||
|
alias flushdns='sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder'
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$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 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.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
@@ -114,4 +116,4 @@ fi
|
|||||||
source $HOME/.zshrc-theme
|
source $HOME/.zshrc-theme
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
HISTFILESIZE=2000
|
HISTFILESIZE=2000
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|||||||
Reference in New Issue
Block a user