Skip to content

Commit

Permalink
Add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Aug 2, 2024
1 parent 83025b9 commit b69c1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wslfiles/.dots/scripts/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ alias pipuall="pip freeze --local | cut -d = -f 1 | xargs -n1 pip3 install --upg
alias pipsetreq="pip freeze --require-virtualenv -l >"
alias pipgetreq="pip install --require-virtualenv --upgrade -r"

alias d="docker"
alias k="kubectl"
alias kcx="kubectx"
alias hl="helm"
Expand Down

0 comments on commit b69c1e4

Please sign in to comment.