diff options
author | tv <tv@shackspace.de> | 2015-07-29 15:31:34 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-29 15:31:34 +0200 |
commit | 5b25d459ecbd5cb4f7b6338f6f6f530357fdb01d (patch) | |
tree | 09987bf486bddd6ea51ad6910e50512ec0cc816c /tv/2configs/base.nix | |
parent | b5b5db1ef87825bbcad387fc3ad682379b9ce0d5 (diff) |
tv 2 base: define shellAliases with mkForce
Diffstat (limited to 'tv/2configs/base.nix')
-rw-r--r-- | tv/2configs/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix index 997d4c235..89a66115a 100644 --- a/tv/2configs/base.nix +++ b/tv/2configs/base.nix @@ -90,7 +90,7 @@ in rxvt_unicode.terminfo ]; - environment.shellAliases = { + environment.shellAliases = mkForce { # alias cal='cal -m3' gp = "${pkgs.pari}/bin/gp -q"; df = "df -h"; |