aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shellrc.d/alias4
-rw-r--r--shellrc.d/dev4
2 files changed, 4 insertions, 4 deletions
diff --git a/shellrc.d/alias b/shellrc.d/alias
index 3db58b3..2f88e80 100644
--- a/shellrc.d/alias
+++ b/shellrc.d/alias
@@ -29,7 +29,3 @@ fi
if command -v sdcv 2>/dev/null >&2; then
alias sdcv='sdcv -c'
fi
-
-nvim_config() (
- cd ~/.config/nvim || v init.vim
-)
diff --git a/shellrc.d/dev b/shellrc.d/dev
index c28ec09..e66369c 100644
--- a/shellrc.d/dev
+++ b/shellrc.d/dev
@@ -66,3 +66,7 @@ fi
glv() {
GITLAB_TOKEN="$(pass gitlab.com/nvim-token)" nvim -c 'lua require("gitlab").review()'
}
+
+nvim_config() (
+ cd ~/.config/nvim && nvim init.vim
+)