chore: remove alias-for-work.bash

This commit is contained in:
Ryan Yin
2025-05-29 17:41:44 +08:00
parent f5f8b1ecc3
commit 413cc67a4a
3 changed files with 0 additions and 31 deletions
-12
View File
@@ -5,18 +5,6 @@
}: let
inherit (pkgs-unstable) nu_scripts;
in {
programs.bash = {
# load the alias file for work
bashrcExtra = ''
alias_for_work=/etc/agenix/alias-for-work.bash
if [ -f $alias_for_work ]; then
. $alias_for_work
else
echo "No alias file found for work"
fi
'';
};
programs.nushell = {
# load the alias file for work
# the file must exist, otherwise nushell will complain about it!