Remove unneded aliases.
This commit is contained in:
parent
2be2b6b7e5
commit
68ea0a3eda
@ -6,11 +6,7 @@
|
||||
enableCompletion = true;
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
dotDir = ".config/zsh";
|
||||
shellAliases = {
|
||||
note = "cd ~/Documents/wiki && nvim ~/Documents/wiki/notes.md";
|
||||
wiki = "cd ~/Documents/wiki && nvim ~/Documents/wiki/index.md";
|
||||
lg = "lazygit";
|
||||
};
|
||||
shellAliases = { lg = "lazygit"; };
|
||||
envExtra = ''
|
||||
# NNN settings
|
||||
export NNN_FIFO="/tmp/nnn.fifo"
|
||||
|
Loading…
Reference in New Issue
Block a user