refractor(script installation): modification divers
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
eval "$(zellij setup --generate-auto-start zsh)"
|
||||
|
||||
### Fonction a utiliser comme ceci udig an.ginder
|
||||
udig() {
|
||||
if [ "$1" != "" ]
|
||||
then
|
||||
dig +short TXT $1.u.perf1.net @192.168.232.10
|
||||
else
|
||||
echo "Missing user - Please specify udig pr.nom"
|
||||
fi
|
||||
}
|
||||
|
||||
#Export Perso
|
||||
export SSH_AUTH_SOCK=/home/an.ginder/.keeper/anael.ginder@nameshield.net.ssh_agent
|
||||
#source ~/.zsh/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||
source "$HOME/.zsh/spaceship/spaceship.zsh"
|
||||
Reference in New Issue
Block a user