mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-16 21:21:31 +00:00
working aliases
This commit is contained in:
parent
397ff8381f
commit
fcf9b89ba2
2 changed files with 829 additions and 837 deletions
File diff suppressed because it is too large
Load diff
7
home.nix
7
home.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue