Update alias.
This commit is contained in:
parent
029f4d105e
commit
d9657fd94b
@ -7,8 +7,8 @@
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
dotDir = ".config/zsh";
|
||||
shellAliases = {
|
||||
note = "nvim ~/Documents/wiki/notes.md";
|
||||
wiki = "nvim ~/Documents/wiki/index.md";
|
||||
note = "cd ~/Documents/wiki && nvim ~/Documents/wiki/notes.md";
|
||||
wiki = "cd ~/Documents/wiki && nvim ~/Documents/wiki/index.md";
|
||||
lg = "lazygit";
|
||||
};
|
||||
envExtra = ''
|
||||
|
Loading…
Reference in New Issue
Block a user