working aliases

This commit is contained in:
Daniel Bulant 2025-04-06 22:33:32 +02:00
parent 397ff8381f
commit fcf9b89ba2
No known key found for this signature in database
2 changed files with 829 additions and 837 deletions

View file

@ -1,5 +1,3 @@
export-env {
# Nushell Config File
#
# version = 0.83.1
@ -832,4 +830,3 @@ export-env {
alias c = code .
alias ns = nix-shell --run nu
alias nsp = nix-shell --run nu -p
}

View file

@ -247,12 +247,7 @@ in
# units
# ];
# configFile.source = ./.config/nushell/base-config.nu;
configFile.text = ''use base-config.nu'';
shellAliases = {
ns = "nix-shell --run nu";
nsp = "nix-shell --run nu -p";
l = "lsd -la";
};
configFile.text = ''source base-config.nu'';
};
vscode = {
enable = true;