zsh: remove rm-related safety checks
This commit is contained in:
parent
d8240e0501
commit
ccb17de630
2 changed files with 4 additions and 4 deletions
|
@ -2,5 +2,5 @@
|
|||
# Purpose: edit nvim configuration while being cd'd into the directory that
|
||||
# most of the files live so they can easily be :e'd
|
||||
# Usage: nvc [$EDITOR options]
|
||||
cd ~/.config/nvim/lua \
|
||||
&& $EDITOR "$@" ../init.lua
|
||||
cd ~/.config/nvim/lua/blake \
|
||||
&& $EDITOR "$@" ../../init.lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue