me
/
dotfiles
Archived
1
0
Fork 0

Modify .zshrc

main
Ethan Reece 2023-10-23 13:56:00 -05:00
parent a99bf2e62d
commit 0d0246ea1b
Signed by: me
GPG Key ID: D3993665FF92E1C3
1 changed files with 7 additions and 2 deletions

View File

@ -125,8 +125,10 @@ alias codepath='/home/sudoer777/qemu/build-asahi/qemu-system-x86_64 -smp 6 -devi
-device virtio-net-pci,netdev=net0 \
-netdev user,id=net0,hostfwd=tcp::5555-:22'
alias codepath-ssh='ssh kali@localhost -p 5555'
alias utdssh='mullvad-exclude ssh edr220000@cs1.utdallas.edu'
alias utdssh2='mullvad-exclude ssh edr220000@cs2.utdallas.edu'
alias utdssh='ssh edr220000@cs1.utdallas.edu'
alias utdssh2='ssh edr220000@cs2.utdallas.edu'
alias codepathssh='ssh -p 5079 codepath@lab-8aabae24-60e9-483e-b626-dba43df50b93.eastus.cloudapp.azure.com'
alias hotspot='sudo sysctl net.ipv4.ip_default_ttl=65'
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
@ -164,3 +166,6 @@ compinit
zstyle ':completion:*' menu select
zstyle ':completion::complete:*' gain-privileges 1
eval "$(/bin/rtx activate zsh)"
# Haskell
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$PATH"