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 # ---------------------------