This commit is contained in:
Jozef Steinhübl 2023-08-21 06:23:48 +02:00
parent cd86c6e146
commit 5c74cbca59

6
.zshrc
View file

@ -102,6 +102,7 @@ source $ZSH/oh-my-zsh.sh
alias cat="bat" # use bat - https://github.com/sharkdp/bat
alias ssh="kitty +kitten ssh"
alias vim="nvim"
alias zig="zigd" # dont't want to write zigd everytime
function pacman {
if [[ $1 == "ru" ]]; then
@ -111,6 +112,11 @@ function pacman {
fi
}
# zigd
export ZIGD_HOME="/home/hyro/.local/share/zigd"
export PATH="$ZIGD_HOME:$PATH"
# zigd end
# pnpm
export PNPM_HOME="/home/hyro/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"