From 014f49b1b934e902b94684797e22d1c25266e844 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Mon, 16 Sep 2019 18:22:11 +0200 Subject: [PATCH] Alias v to emacsclient (console and gui versions) --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index cc17162..f06dac9 100644 --- a/.zshrc +++ b/.zshrc @@ -92,7 +92,8 @@ plugins=(git adb archlinux sudo zsh-syntax-highlighting history-substring-search # alias ohmyzsh="mate ~/.oh-my-zsh" alias q='exit' alias tmux='tmux -2' -alias v=nvim +alias v='echo "Warning: Xorg";emacsclient -nc' +alias vv='emacsclient -nw' alias color='msgcat --color=test' ZSH_CACHE_DIR=$HOME/.oh-my-zsh-cache