05-09-2021
This commit is contained in:
6
.zshrc
6
.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
|
||||
# ---------------------------
|
||||
|
||||
Reference in New Issue
Block a user