From e952582e507d2a69ecb9f2bd6249566c3e0ec495 Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Sun, 5 Sep 2021 09:26:30 +0200 Subject: [PATCH] 05-09-2021 --- .zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 3a04bf6..73f75f3 100644 --- a/.zshrc +++ b/.zshrc @@ -41,8 +41,8 @@ export PATH="/opt/homebrew/opt/ssh-copy-id/bin:$PATH" export PATH="/opt/homebrew/opt/unzip/bin:$PATH" export PATH="/opt/homebrew/opt/ruby/bin:$PATH" -PATH="/opt/homebrew/opt/findutils/libexec/gnubin:$PATH -PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH +#PATH="/opt/homebrew/opt/findutils/libexec/gnubin:$PATH" +PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH" PATH="/opt/homebrew/opt/grep/libexec/gnubin:$PATH" # poetry @@ -239,6 +239,7 @@ i() { cd "$(cat ~/.save_dir)" ; } alias bk='cd $OLDPWD' # Extraire une archive +# bzip2 xz-utils p7zip cabextract unzip function ex () { if [ -f $1 ] ; then case $1 in @@ -390,6 +391,7 @@ alias rebootasus='ssh asus /sbin/reboot' alias pcloud='cd $HOME/pCloud\ Drive' alias nextcloud='cd $HOME/Nextcloud' + # --------------------------- # 7.f SEARCHING # ---------------------------