added support for yay; updated monitors in hyprland; updated zshrc with pip3 alias and deno reference
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user