Modify .zshrc
parent
a99bf2e62d
commit
0d0246ea1b
|
@ -125,8 +125,10 @@ alias codepath='/home/sudoer777/qemu/build-asahi/qemu-system-x86_64 -smp 6 -devi
|
||||||
-device virtio-net-pci,netdev=net0 \
|
-device virtio-net-pci,netdev=net0 \
|
||||||
-netdev user,id=net0,hostfwd=tcp::5555-:22'
|
-netdev user,id=net0,hostfwd=tcp::5555-:22'
|
||||||
alias codepath-ssh='ssh kali@localhost -p 5555'
|
alias codepath-ssh='ssh kali@localhost -p 5555'
|
||||||
alias utdssh='mullvad-exclude ssh edr220000@cs1.utdallas.edu'
|
alias utdssh='ssh edr220000@cs1.utdallas.edu'
|
||||||
alias utdssh2='mullvad-exclude ssh edr220000@cs2.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
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
|
@ -164,3 +166,6 @@ compinit
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
zstyle ':completion::complete:*' gain-privileges 1
|
zstyle ':completion::complete:*' gain-privileges 1
|
||||||
eval "$(/bin/rtx activate zsh)"
|
eval "$(/bin/rtx activate zsh)"
|
||||||
|
|
||||||
|
# Haskell
|
||||||
|
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$PATH"
|
||||||
|
|
Reference in New Issue