]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/aliases/misc.zsh
nvim: don't quit nvim from dashboard
[dotfiles.git] / zsh / aliases / misc.zsh
index 88abc7615a5061181a1561108d0b59be7daf23a4..69b6b592967a65fc6bb93e93ad927945ad32a976 100644 (file)
@@ -1,2 +1,4 @@
-function info() { vim -c "Vinfo $1" -c "only" }
+function info() { vim -c "Vinfo $1" -c "silent only" }
 compdef _texinfo info=info
+
+alias cdtmp='cd $(mktemp -d)'