From 5c74cbca5971c10db106edf79f31ef4027963afb Mon Sep 17 00:00:00 2001 From: xHyroM Date: Mon, 21 Aug 2023 06:23:48 +0200 Subject: [PATCH] zigd --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index b00f77d..947ab77 100644 --- a/.zshrc +++ b/.zshrc @@ -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"