bash updates

This commit is contained in:
2025-12-16 21:57:35 -05:00
parent cd2922c026
commit 8504b93990
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -23,5 +23,6 @@
},
"terminal.integrated.cursorBlinking": true,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on"
"editor.cursorSmoothCaretAnimation": "on",
"svelte.enable-ts-plugin": true
}
+2
View File
@@ -3,3 +3,5 @@
alias c="clear"
alias pbcopy="xsel -i -b"
alias pbpaste="xsel -o -b"
alias hs="hugo server --disableFastRender && rm -r public"
alias us="./uploadsite.sh"