Update alias.

This commit is contained in:
CronyAkatsuki 2024-03-23 10:57:18 +01:00
parent 029f4d105e
commit d9657fd94b

View File

@ -7,8 +7,8 @@
history.path = "${config.xdg.dataHome}/zsh/history"; history.path = "${config.xdg.dataHome}/zsh/history";
dotDir = ".config/zsh"; dotDir = ".config/zsh";
shellAliases = { shellAliases = {
note = "nvim ~/Documents/wiki/notes.md"; note = "cd ~/Documents/wiki && nvim ~/Documents/wiki/notes.md";
wiki = "nvim ~/Documents/wiki/index.md"; wiki = "cd ~/Documents/wiki && nvim ~/Documents/wiki/index.md";
lg = "lazygit"; lg = "lazygit";
}; };
envExtra = '' envExtra = ''