diff --git a/home/qenya/zsh.nix b/home/qenya/zsh.nix index 42ccf8f..0d8ecc2 100644 --- a/home/qenya/zsh.nix +++ b/home/qenya/zsh.nix @@ -10,6 +10,11 @@ shellAliases = { ll = "ls -l"; + + # don't clobber + mv = "mv -i"; + rename = "rename -i"; + nix-shell = ''nix-shell --command "zsh"''; # TODO: tweak theme to display something when inside nix-shell };