zsh addition

This commit is contained in:
2025-02-01 16:52:39 -05:00
parent d7f4c5cff3
commit 3713588a7e
+5
View File
@@ -0,0 +1,5 @@
echo -e "Shall we play a game?\n"
alias c="clear"
alias pbcopy="xsel -i -b"
alias pbpaste="xsel -o -b"