feat: zsh
This commit is contained in:
parent
a2cb1cd009
commit
6762a87b83
1 changed files with 14 additions and 0 deletions
|
@ -23,4 +23,18 @@ update_dotfiles() {
|
|||
}
|
||||
alias udf="update_dotfiles"
|
||||
|
||||
0file() { curl -F"file=@$1" {0} ; }
|
||||
0pb() { curl -F"file=@-;" https://envs.sh ; }
|
||||
0url() { curl -F"url=$1" https://envs.sh ; }
|
||||
0short() { curl -F"shorten=$1" https://envs.sh ; }
|
||||
|
||||
|
||||
export PATH="${PATH}:/home/${USER}/.local/bin"
|
||||
|
||||
# pnpm
|
||||
export PNPM_HOME="/home/raine/.local/share/pnpm"
|
||||
case ":$PATH:" in
|
||||
*":$PNPM_HOME:"*) ;;
|
||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||
esac
|
||||
# pnpm end
|
Loading…
Reference in a new issue