From 4f42ec21cd6500807a34a44672024e32b8350d99 Mon Sep 17 00:00:00 2001 From: Fedor Lyanguzov Date: Mon, 9 Apr 2018 17:37:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B0=D0=BB=D0=B8=D0=B0=D1=81=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B7=D0=BE=D0=B2=D0=B0=20=D1=82=D0=B5=D1=80=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0=D0=BB=D0=B0=20=D0=B8=D0=B7=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D1=83=D1=89=D0=B5=D0=B9=20=D0=BF=D0=B0=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .oh-my-zsh/custom/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.oh-my-zsh/custom/aliases.zsh b/.oh-my-zsh/custom/aliases.zsh index 920afb3..dc83523 100644 --- a/.oh-my-zsh/custom/aliases.zsh +++ b/.oh-my-zsh/custom/aliases.zsh @@ -4,3 +4,4 @@ alias vimrc="$EDITOR ~/.vimrc" alias venv="source .venv/bin/activate" alias mkvenv="python3 -m venv .venv && source .venv/bin/activate" alias gcd='git checkout development' +alias here=gnome-terminal