update to settings

This commit is contained in:
ZennDev1337 2024-09-19 11:24:09 +02:00
parent c302bc43f7
commit 82fecd4df4

2
.zshrc
View file

@ -49,6 +49,8 @@ alias clr="clear"
alias cat="batcat"
alias pycharm="XCURSOR_SIZE=16 pycharm $1"
alias loop='function _loop() { while true; do "$@"; sleep 5; done; }; _loop'
alias gitall='function _gitall() { git commit -am "$1"; git push -u origin main; }; _gitall'
alias zed-update='function _zed_update() { loc=$(pwd); cd ~/zed; git pull origin main; ./script/install-linux; cd $loc; }; _zed_update'
###################
# Start Scripts #