add kitty config and autoenv activation

This commit is contained in:
Emi BOUCLY 2025-12-03 10:40:10 +01:00
parent e56f84bfb6
commit 487d660096
2 changed files with 2471 additions and 0 deletions

View file

@ -72,6 +72,7 @@ COMPLETION_WAITING_DOTS="%F{yellow}loading...%f"
# Add wisely, as too many plugins slow down shell startup.
plugins=(git battery branch chezmoi bgnotify autoenv docker-compose docker fzf helm istioctl jenv kubectl kube-ps1 nmap npm opentofu ssh sudo vagrant wakeonlan)
source /usr/local/lib/node_modules/@hyperupcall/autoenv/activate.sh
source $ZSH/oh-my-zsh.sh
# User configuration
@ -104,9 +105,11 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh"
export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin
alias mkdir="mkdir -p"
alias wherebt4="sudo nmap -n -sP 10.8.100.0/24 | grep -B2 -e '7C:83:34\|DC:21:5C\|4C:79:6E\|E8:FF:1E'"
alias wheresolum="sudo nmap -sP 10.8.100.0/24 | grep -B2 'D0:25:44'"
alias whereterabee="sudo nmap -sP 10.8.100.0/24 | grep -B2 'B8:27:EB'"
alias sshuk="ssh -o "UserKnownHostsFile=/dev/null""

File diff suppressed because it is too large Load diff