From 4dacb44909fc6a3822aeb8f57e2e60b5039edef9 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 10 Mar 2021 18:18:25 +0300 Subject: feat(zsh): alias mux to tmuxinator --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index fba7aa4..bc5c12e 100644 --- a/.zshrc +++ b/.zshrc @@ -6,10 +6,9 @@ ZSH_THEME="ys" plugins=(git) source $ZSH/oh-my-zsh.sh -alias pass='lpass show -cp' - alias vi=nvim alias vim=nvim +alias mux=tmuxinator alias config='git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME' export NVM_DIR="$HOME/.nvm" -- cgit v1.2.3