various updates

This commit is contained in:
2025-06-19 10:04:20 +02:00
parent 34b5a37e8a
commit 2670f63d20
10 changed files with 53 additions and 14 deletions

9
.zshrc
View File

@ -124,13 +124,8 @@ fi
alias py=python3
alias ll="ls -lah"
# Custom scripts
export PATH="/Users/paul/Code/scripts:$PATH"
# Shortcuts
export ONEDRIVE="/Users/paul/Library/CloudStorage/OneDrive-Personal/"
export VSCODE_USER=~/Library/Application\ Support/Code/User
alias korrektur="$EDITOR /Volumes/pauls-dateien/uni/GBS\ Tutorjob/Y3/Korrektur"
alias sshconfig="$EDITOR ~/.ssh/config"
alias zshconfig="$EDITOR ~/.zshrc"
alias zshreload="source ~/.zshrc"
@ -143,6 +138,7 @@ alias ge=gnome-extensions
alias open="xdg-open"
alias lg="lazygit"
alias ccat="pygmentize -g -O style=monokai,linenos=1"
alias rm="echo Use the full path i.e. '/bin/rm', consider using: trash"
alias wstmux="cd ~/code/wasteside/app && tmux new -A -s wasteside"
@ -169,6 +165,9 @@ HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
# Unlock hyprlock
alias unlock=pkill -USR1 hyprlock
# zoxide
eval "$(zoxide init --cmd cd zsh)"