Add aliases for my notes/wiki
This commit is contained in:
parent
c3e45054b9
commit
970133faad
@ -7,6 +7,10 @@
|
|||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
shellAliases = {
|
||||||
|
note = "nvim ~/Documents/wiki/notes.md";
|
||||||
|
wiki = "nvim ~/Documents/wiki/index.md";
|
||||||
|
};
|
||||||
envExtra = ''
|
envExtra = ''
|
||||||
# NNN settings
|
# NNN settings
|
||||||
export NNN_FIFO="/tmp/nnn.fifo"
|
export NNN_FIFO="/tmp/nnn.fifo"
|
||||||
|
Loading…
Reference in New Issue
Block a user