From 0d0246ea1bbbb6ae350529d0d2f951f9b33ca2db Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Mon, 23 Oct 2023 13:56:00 -0500 Subject: [PATCH] Modify .zshrc --- zsh/.zshrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 696ce4c..54cc576 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"