Bash stuff

This commit is contained in:
2025-12-03 21:25:16 -05:00
parent ec17337d63
commit e58f4341f8
4 changed files with 56 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
alias c="clear"
alias pbcopy="xsel -i -b"
alias pbpaste="xsel -o -b"