mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
jq/yq indent setting
This commit is contained in:
parent
989b943da1
commit
867c89dc59
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@
|
|||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
stty -ixon
|
||||
alias jq='jq --indent 4'
|
||||
alias yq='yq --indent 4'
|
||||
alias p=python3
|
||||
alias hd='hexdump -C'
|
||||
alias nix-env="echo nix-env is disabled #"
|
||||
|
|
Loading…
Reference in a new issue