update to settings

This commit is contained in:
ZennDev1337 2024-09-17 07:48:45 +02:00
parent 5d31a4345f
commit c302bc43f7
3 changed files with 10 additions and 1 deletions

1
.zshrc
View file

@ -48,6 +48,7 @@ alias config-fix='mkdir -p .config-backup && config checkout 2>&1 | egrep "\s+\.
alias clr="clear"
alias cat="batcat"
alias pycharm="XCURSOR_SIZE=16 pycharm $1"
alias loop='function _loop() { while true; do "$@"; sleep 5; done; }; _loop'
###################
# Start Scripts #