tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
a dotfile but it's really big
0
fork
atom
overview
issues
pulls
pipelines
nushell: update note alias
karitham.dev
2 months ago
533929ff
3db3632a
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:42Hxt+E5X+0jWuEKgI4PLnVHnlvms6/pDiEmCaxbHJY=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
dev
shell
nushell.nix
+1
-1
modules/dev/shell/nushell.nix
reviewed
···
12
12
shellAliases = {
13
13
k = "kubectl";
14
14
fg = "job unfreeze";
15
15
-
nn = "exec $env.EDITOR ~/notes";
15
15
+
nn = "nu -c $'exec $env.EDITOR ~/notes'";
16
16
};
17
17
configFile.text = ''
18
18
$env.config = {