1
0
This commit is contained in:
2025-04-01 03:39:25 +02:00
parent d6d85f0490
commit 3be23e7c70
20 changed files with 833 additions and 1 deletions

5
.zshrc
View File

@ -84,16 +84,21 @@ alias npm='pnpm'
alias npx='pnpm dlx'
alias zed='zeditor'
#alias cd='cd ~/myHome'
alias chall='~/Scripts/challenges.sh'
alias backup='~/Scripts/backup.sh'
alias brew='echo "Remeber what happened last time. You do not want to do that."'
alias ustow='export CURRENT_PATH=$(pwd) && cd ~/myHome/Dotfiles && stow -t /home/luna . && cd $CURRENT_PATH'
# Paths
PATH="$HOME/.npm-packages/bin:$PATH"
PATH="$HOME/.bun/bin:$PATH"
PATH="$HOME/.local/bin:$PATH"
PATH="/usr/local/go/bin:$PATH"
PATH="$HOME/go/bin:$PATH"
# pnpm
export PNPM_HOME="/home/luna/.local/share/pnpm"