Remove nushell configuration
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
programs.zoxide.enableNushellIntegration = true;
|
||||
programs.direnv.enableNushellIntegration = true;
|
||||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
|
||||
shellAliases = {
|
||||
ec = "emacsclient -n --alternate-editor=emacs";
|
||||
pubip = "curl icanhazip.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user