mirror of
https://github.com/danbulant/dotfiles
synced 2026-07-07 04:00:58 +00:00
working aliases
This commit is contained in:
parent
397ff8381f
commit
fcf9b89ba2
2 changed files with 829 additions and 837 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
export-env {
|
|
||||||
|
|
||||||
# Nushell Config File
|
# Nushell Config File
|
||||||
#
|
#
|
||||||
# version = 0.83.1
|
# version = 0.83.1
|
||||||
|
|
@ -832,4 +830,3 @@ export-env {
|
||||||
alias c = code .
|
alias c = code .
|
||||||
alias ns = nix-shell --run nu
|
alias ns = nix-shell --run nu
|
||||||
alias nsp = nix-shell --run nu -p
|
alias nsp = nix-shell --run nu -p
|
||||||
}
|
|
||||||
|
|
|
||||||
7
home.nix
7
home.nix
|
|
@ -247,12 +247,7 @@ in
|
||||||
# units
|
# units
|
||||||
# ];
|
# ];
|
||||||
# configFile.source = ./.config/nushell/base-config.nu;
|
# configFile.source = ./.config/nushell/base-config.nu;
|
||||||
configFile.text = ''use base-config.nu'';
|
configFile.text = ''source base-config.nu'';
|
||||||
shellAliases = {
|
|
||||||
ns = "nix-shell --run nu";
|
|
||||||
nsp = "nix-shell --run nu -p";
|
|
||||||
l = "lsd -la";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue