VSCode Settings and hs alias

This commit is contained in:
2025-04-07 11:15:31 -04:00
parent ed7752b50b
commit 609171e1b7
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -5,3 +5,4 @@ alias c="clear"
alias pbcopy="xsel -i -b"
alias pbpaste="xsel -o -b"
alias tetris="tetriscurses"
alias hs="hugo server --disableFastRender && rm -r public"