remove jq/yq aliases

This commit is contained in:
Sean Buckley 2024-11-13 19:48:26 -05:00
parent 2081f38f96
commit c50695a902

View file

@ -159,8 +159,6 @@
programs.bash.interactiveShellInit = '' programs.bash.interactiveShellInit = ''
stty -ixon stty -ixon
alias jq='jq --indent 4'
alias yq='yq --indent 4'
alias p=python3 alias p=python3
alias h=htop alias h=htop
alias e='$EDITOR' alias e='$EDITOR'