From 3713588a7eb23e06085d1e434c6ce163287ec9e4 Mon Sep 17 00:00:00 2001 From: Dilan Gilluly Date: Sat, 1 Feb 2025 16:52:39 -0500 Subject: [PATCH] zsh addition --- .config/.dg-shell.zsh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/.dg-shell.zsh diff --git a/.config/.dg-shell.zsh b/.config/.dg-shell.zsh new file mode 100644 index 0000000..3fbc60c --- /dev/null +++ b/.config/.dg-shell.zsh @@ -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"