05-09-2021

This commit is contained in:
2021-09-05 09:26:30 +02:00
parent d1742a1ff9
commit e952582e50

6
.zshrc
View File

@@ -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/unzip/bin:$PATH"
export PATH="/opt/homebrew/opt/ruby/bin:$PATH" export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
PATH="/opt/homebrew/opt/findutils/libexec/gnubin:$PATH #PATH="/opt/homebrew/opt/findutils/libexec/gnubin:$PATH"
PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
PATH="/opt/homebrew/opt/grep/libexec/gnubin:$PATH" PATH="/opt/homebrew/opt/grep/libexec/gnubin:$PATH"
# poetry # poetry
@@ -239,6 +239,7 @@ i() { cd "$(cat ~/.save_dir)" ; }
alias bk='cd $OLDPWD' alias bk='cd $OLDPWD'
# Extraire une archive # Extraire une archive
# bzip2 xz-utils p7zip cabextract unzip
function ex () { function ex () {
if [ -f $1 ] ; then if [ -f $1 ] ; then
case $1 in case $1 in
@@ -390,6 +391,7 @@ alias rebootasus='ssh asus /sbin/reboot'
alias pcloud='cd $HOME/pCloud\ Drive' alias pcloud='cd $HOME/pCloud\ Drive'
alias nextcloud='cd $HOME/Nextcloud' alias nextcloud='cd $HOME/Nextcloud'
# --------------------------- # ---------------------------
# 7.f SEARCHING # 7.f SEARCHING
# --------------------------- # ---------------------------