qenya/zsh: don't clobber with mv or rename
This commit is contained in:
parent
5a617f9cb3
commit
cdcdccb465
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue