From f7e6b077cbfe47fcd6d87dfa857b0a2c2adb5c52 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 14 Dec 2019 16:30:12 +0100 Subject: [PATCH] =?UTF-8?q?ZSH:=20facilit=C3=A9es=20pour=20Sublime=20Merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshenv | 2 +- .zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 3a1502a..afe9e28 100644 --- a/.zshenv +++ b/.zshenv @@ -1,5 +1,5 @@ typeset -U PATH path -path=("$HOME/.local/bin" "$HOME/bin" "$path[@]") +path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]") export PATH # Autocomplètement supplémentaire (Docker) diff --git a/.zshrc b/.zshrc index 2e04330..9fa8fd4 100644 --- a/.zshrc +++ b/.zshrc @@ -112,6 +112,7 @@ setopt transient_rprompt # alias ohmyzsh="mate ~/.oh-my-zsh" alias e="${EDITOR}" alias r="${EDITOR} -R" +alias sm="sublime_merge" alias vi="${EDITOR}" alias mem='free -mt' alias df='df -hT'