aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d/dev
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc.d/dev')
-rw-r--r--shellrc.d/dev4
1 files changed, 4 insertions, 0 deletions
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
+)