瀏覽代碼

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


Loading…
取消
儲存