This commit is contained in:
array-in-a-matrix 2024-04-22 17:01:34 -04:00
parent 7a44be69e5
commit 3eb20a1a25
3 changed files with 3 additions and 3 deletions

View file

@ -27,8 +27,8 @@ alias wget="wget --hsts-file='$XDG_CACHE_HOME/wget-hsts'"
alias ex="exiftool -overwrite_original -All= $@"
alias upgrade="sudo aura -Aykuaxc; flatpak update"
alias micoff="pactl unload-module module-loopback"
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
alias svn="svn --config-dir \"$XDG_CONFIG_HOME\"/subversion"
alias micon="pactl load-module module-loopback latency_msec=1"
alias auth="eval $(ssh-agent) ssh-add $HOME/.ssh/ubuntu@vector"
alias speedometer="speedometer -l -r wlo1 -t wlo1 -m $(( 1024 * 1024 * 3 / 2 ))"
alias vector="screen -S vector mosh ubuntu@arrayinamatrix.xyz --ssh='ssh -p 6969'"

View file

@ -40,7 +40,8 @@ plugins=(
# zsh-autosuggestions
# archlinux
emoji
zsh-syntax-highlighting
# zsh-syntax-highlighting
fast-syntax-highlighting
)
source "$XDG_CONFIG_HOME/zsh/path"

View file

@ -1,6 +1,5 @@
#!/bin/zsh
export PATH="$PROJECTS/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
# programming languages