added support for yay; updated monitors in hyprland; updated zshrc with pip3 alias and deno reference

This commit is contained in:
2026-07-07 14:36:55 -06:00
parent 300ca6b436
commit a3be54e03a
3 changed files with 50 additions and 2 deletions
+8
View File
@@ -1,3 +1,5 @@
# Add deno completions to search path
if [[ ":$FPATH:" != *":/home/sammieo/.zsh/completions:"* ]]; then export FPATH="/home/sammieo/.zsh/completions:$FPATH"; fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
@@ -106,6 +108,8 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
setopt aliases
# Local Bin
export PATH=$HOME/.local/bin:$HOME/bin:$PATH
@@ -129,3 +133,7 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
# Hosts Aliases
export HOSTALIASES=$HOME/.config/hosts
# Pip
alias pip=pip3
. "/home/sammieo/.deno/env"