update to settings
This commit is contained in:
parent
c302bc43f7
commit
82fecd4df4
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -49,6 +49,8 @@ alias clr="clear"
|
||||||
alias cat="batcat"
|
alias cat="batcat"
|
||||||
alias pycharm="XCURSOR_SIZE=16 pycharm $1"
|
alias pycharm="XCURSOR_SIZE=16 pycharm $1"
|
||||||
alias loop='function _loop() { while true; do "$@"; sleep 5; done; }; _loop'
|
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 #
|
# Start Scripts #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue