Skip to content

Commit

Permalink
feat: add aliases for zsh reloading and config editing
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonbosa committed May 12, 2024
1 parent 92d00f8 commit 3089450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moshell.sh/custom/andersonbosa/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ alias tbu="nc termbin.com 9999"
alias tat="tmux attach"
alias hosts="sudo $EDITOR /etc/hosts"

alias zshreload="source ~/.zshrc"
alias zshconfig="$EDITOR ~/.zshrc && zshreload"

alias copy="clipcopy"
alias tf=terraform
alias kubectl="minikube kubectl -- "
Expand Down

0 comments on commit 3089450

Please sign in to comment.