mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
remove jq/yq aliases
This commit is contained in:
parent
2081f38f96
commit
c50695a902
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue