Update alias.
This commit is contained in:
parent
029f4d105e
commit
d9657fd94b
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user