mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-22 14:41:05 +01:00
zigd
This commit is contained in:
parent
cd86c6e146
commit
5c74cbca59
1 changed files with 6 additions and 0 deletions
6
.zshrc
6
.zshrc
|
@ -102,6 +102,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
alias cat="bat" # use bat - https://github.com/sharkdp/bat
|
alias cat="bat" # use bat - https://github.com/sharkdp/bat
|
||||||
alias ssh="kitty +kitten ssh"
|
alias ssh="kitty +kitten ssh"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
|
alias zig="zigd" # dont't want to write zigd everytime
|
||||||
|
|
||||||
function pacman {
|
function pacman {
|
||||||
if [[ $1 == "ru" ]]; then
|
if [[ $1 == "ru" ]]; then
|
||||||
|
@ -111,6 +112,11 @@ function pacman {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# zigd
|
||||||
|
export ZIGD_HOME="/home/hyro/.local/share/zigd"
|
||||||
|
export PATH="$ZIGD_HOME:$PATH"
|
||||||
|
# zigd end
|
||||||
|
|
||||||
# pnpm
|
# pnpm
|
||||||
export PNPM_HOME="/home/hyro/.local/share/pnpm"
|
export PNPM_HOME="/home/hyro/.local/share/pnpm"
|
||||||
export PATH="$PNPM_HOME:$PATH"
|
export PATH="$PNPM_HOME:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue