diff --git a/system/activate-configuration.sh b/system/activate-configuration.sh index 266f1111fc7..b29bedecda1 100644 --- a/system/activate-configuration.sh +++ b/system/activate-configuration.sh @@ -110,6 +110,7 @@ source $(dirname $(readlink -f $(type -tp nix-env)))/../etc/profile.d/nix.sh alias ls="ls --color=tty" alias ll="ls -l" +alias which="type -p" if test -f /etc/profile.local; then source /etc/profile.local