Remove unneded aliases.
This commit is contained in:
parent
2be2b6b7e5
commit
68ea0a3eda
@ -6,11 +6,7 @@
|
|||||||
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 = {
|
shellAliases = { lg = "lazygit"; };
|
||||||
note = "cd ~/Documents/wiki && nvim ~/Documents/wiki/notes.md";
|
|
||||||
wiki = "cd ~/Documents/wiki && nvim ~/Documents/wiki/index.md";
|
|
||||||
lg = "lazygit";
|
|
||||||
};
|
|
||||||
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