various updates
This commit is contained in:
9
.zshrc
9
.zshrc
@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user