bunch of config files

This commit is contained in:
2024-03-30 01:19:14 +01:00
parent b9262745cb
commit a1354d13fd
6 changed files with 120 additions and 4 deletions

10
.zshrc
View File

@ -134,6 +134,7 @@ alias userchrome="$EDITOR /Users/paul/Library/Application\ Support/Firefox/Profi
alias kw='echo Current Week: $((10#$(date +"%V")))'
alias wol=wakeonlan
alias ge=gnome-extensions
alias open="xdg-open"
# Python tkinter stuff
export PATH="/usr/local/opt/tcl-tk/bin:$PATH"
@ -152,10 +153,13 @@ alias mount-ds='[ -e "/Volumes/pauls-dateien" ] || open "smb://paul@192.168.193.
# vscode shortcuts
alias ma="code --folder-uri=vscode-remote://ssh-remote+sralab/home/2021/pau.aumann/ma"
alias ws="code ~/code/wasteside"
alias ws="cd ~/code/wasteside && code . && tmux new -A -s wasteside"
# iTerm2 integration
# source ~/.iterm2_shell_integration.zsh
# Fix ls colors for synology directories
LS_COLORS+=':ow=01;33'
# Fix colors for ssh sessions
TERM=xterm-256color
# history
HISTFILE=~/.histfile