This commit is contained in:
Patrick Alvin Alcala 2025-08-20 14:36:21 +08:00
parent 801ecf504d
commit 633c2545d6
2 changed files with 7 additions and 3 deletions

View file

@ -1 +1 @@
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=930,[2]=492,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[1]="app.zen_browser.zen.desktop",[2]="brave-browser",[3]="browser",[4]="JVB_COLIBRI_PORT",[5]="8080",[6]="host",[7]="tray",[8]="runCommand",[9]="encrypt",[10]="sass",[11]="_ownername"}, previous_replace={[1]="zen.desktop"}}
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=930,[2]=1009,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[1]="app.zen_browser.zen.desktop",[2]="brave-browser",[3]="browser",[4]="JVB_COLIBRI_PORT",[5]="8080",[6]="host",[7]="tray",[8]="runCommand",[9]="encrypt",[10]="sass",[11]="_ownername"}, previous_replace={[1]="zen.desktop"}}

8
.zshrc
View file

@ -211,8 +211,12 @@ fwt() {
alias rmf="sudo rm -rf"
cpf() {
sudo rsync -avh $1 $2
copy() {
sudo rsync -avhP $1 $2
}
move() {
sudo rsync -avhP --remove-source-files $1 $2
}
alias svpull="git clone https://git.snuffverse.cc/darksomerabbit/snuffverse /home/patrick/Documents/WebApps/snuffverse && cd /home/patrick/Documents/WebApps/snuffverse"