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"