浏览代码

Alias v to emacsclient (console and gui versions)

nixos
Maxime Wack 4 年前
父节点
当前提交
014f49b1b9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      .zshrc

+ 2
- 1
.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


正在加载...
取消
保存