From 3eb20a1a2503d08e45da1308bcab9ce3d3cd8ec3 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 22 Apr 2024 17:01:34 -0400 Subject: [PATCH] update --- private_dot_config/zsh/alias | 2 +- private_dot_config/zsh/executable_dot_zshrc | 3 ++- private_dot_config/zsh/path | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/private_dot_config/zsh/alias b/private_dot_config/zsh/alias index e65dc91..fb878b2 100644 --- a/private_dot_config/zsh/alias +++ b/private_dot_config/zsh/alias @@ -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'" diff --git a/private_dot_config/zsh/executable_dot_zshrc b/private_dot_config/zsh/executable_dot_zshrc index 2246262..b9a1dcd 100644 --- a/private_dot_config/zsh/executable_dot_zshrc +++ b/private_dot_config/zsh/executable_dot_zshrc @@ -40,7 +40,8 @@ plugins=( # zsh-autosuggestions # archlinux emoji -zsh-syntax-highlighting +# zsh-syntax-highlighting +fast-syntax-highlighting ) source "$XDG_CONFIG_HOME/zsh/path" diff --git a/private_dot_config/zsh/path b/private_dot_config/zsh/path index 24c8e07..ab28e92 100644 --- a/private_dot_config/zsh/path +++ b/private_dot_config/zsh/path @@ -1,6 +1,5 @@ #!/bin/zsh -export PATH="$PROJECTS/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" # programming languages