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 4167c54..c28ec09 100644
--- a/shellrc.d/dev
+++ b/shellrc.d/dev
@@ -62,3 +62,7 @@ if command -v bear >/dev/null; then
alias mbmake='bmake -j$(($(nproc) * 2)) -l$(nproc)'
fi
+
+glv() {
+ GITLAB_TOKEN="$(pass gitlab.com/nvim-token)" nvim -c 'lua require("gitlab").review()'
+}