refractor(script installation): modification divers

This commit is contained in:
Anael Ginder
2023-05-04 10:40:44 +02:00
parent fae90dea56
commit d3a3ab62a1
2 changed files with 75 additions and 0 deletions
+16
View File
@@ -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"