aboutsummaryrefslogtreecommitdiff
path: root/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshenv b/zshenv
index b7724c6..29b78eb 100644
--- a/zshenv
+++ b/zshenv
@@ -16,6 +16,10 @@ SPC() {
emacs $1 & disown > /dev/null;
}
+😂() {
+ web "https://youtu.be/qMc6xlZaxYA"
+}
+
gentemplate() {
case $1 in
'c') git clone https://github.com/Oreodave/CTemplate $2;;