mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
typo
This commit is contained in:
parent
bda7f37890
commit
f03cb03606
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
stty -ixon
|
stty -ixon
|
||||||
alias p=python3
|
alias p=python3
|
||||||
alias hd=hexdump -C
|
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