mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove tmp alias
This commit is contained in:
parent
26e22d1ac8
commit
78d2544c3a
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ in
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
stty -ixon
|
stty -ixon
|
||||||
alias p=python3
|
alias p=python3
|
||||||
alias tmp='cd "$(TMPDIR=$XDG_RUNTIME_DIR mktemp -d)"'
|
|
||||||
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