mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add "hd" alias
This commit is contained in:
parent
183d0483c5
commit
bf87ac4ad6
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
stty -ixon
|
stty -ixon
|
||||||
alias p=python3
|
alias p=python3
|
||||||
|
alias hd=hexdump -C
|
||||||
alias catc='${pkgs.vimpager-latest}/bin/vimpager --force-passthrough'
|
alias catc='${pkgs.vimpager-latest}/bin/vimpager --force-passthrough'
|
||||||
alias nix-env="echo nix-env is disabled #"
|
alias nix-env="echo nix-env is disabled #"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue