diff --git a/.config/zsh/zshrc.d/40-functions.zsh b/.config/zsh/zshrc.d/40-functions.zsh index 9d8352c..068a773 100644 --- a/.config/zsh/zshrc.d/40-functions.zsh +++ b/.config/zsh/zshrc.d/40-functions.zsh @@ -288,15 +288,6 @@ trash() { fi } -## Open nemo in current directory if no argument is specified -nemo() { - if (( ! $# )); then - command nemo . - else - command nemo "$@" - fi -} - ## Move one or more file(s) but keep a symlink to the new location. mvln() { if (( # < 2 )); then