Change pinned folders

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-08-13 14:42:07 +02:00
parent 0cef4320fd
commit f704a5e9c4
3 changed files with 23 additions and 2 deletions
+3 -2
View File
@@ -11,10 +11,11 @@
];
home = {
sessionPath = ["$HOME/go/bin"];
sessionPath = ["$HOME/.local/share/go/bin"];
sessionVariables = {
COLORTERM = "truecolor";
MANPAGER = "bat -l man -p";
GOPATH = "$HOME/.local/share/go";
};
};
@@ -72,7 +73,7 @@
spt = "spotatui";
open = "${pkgs.xdg-utils}/bin/xdg-open";
notes = "nvim ~/notes/index.md --cmd 'cd ~/notes' -c ':lua Snacks.picker.smart()'";
notes = "nvim ~/Notes/index.md --cmd 'cd ~/notes' -c ':lua Snacks.picker.smart()'";
# git
g = "lazygit";