zsh addons and vscode extension

This commit is contained in:
2025-02-02 14:33:31 -05:00
parent 3713588a7e
commit ed7752b50b
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
echo -e "Shall we play a game?\n"
autoload -Uz tetriscurses
alias c="clear"
alias pbcopy="xsel -i -b"
alias pbpaste="xsel -o -b"
alias tetris="tetriscurses"