From 40457fe71d204cc749f4f04fef499b797d73ebd6 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 5 Jul 2018 01:35:40 +0200 Subject: [PATCH] Update zsh conf. --- zsh/custom/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/custom/aliases.zsh b/zsh/custom/aliases.zsh index ae75485..33dad5e 100644 --- a/zsh/custom/aliases.zsh +++ b/zsh/custom/aliases.zsh @@ -26,7 +26,6 @@ alias alu="apt list --upgradable" # Python alias pup="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U" alias pbp="pip freeze > pip_installed_$(date +%d%m%yT%H%M%S).txti" -#alias pipsi="pipsi --home $WORKON_HOME --bin-dir ~/bin $1" # Commands utlities #alias rm="trash $1" @@ -54,5 +53,6 @@ hash -d vid="$HOME/Vidéos" hash -d dot="$HOME/Dotfiles" # Editors +alias vim="nvim" alias ec="emacsclient -t" alias emacs="emacsclient-oneframe.sh"