aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-02 15:49:29 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-02 15:56:25 +0000
commitd350f40314b12d63933a4ea8679f58b216c8673d (patch)
treee2cdb8278cb62dc29dba19dfd847990c5e0389bb /zsh
parent532c99d5b9556812e8ab72bc17ce0a94bf8a2fe7 (diff)
downloaddotfiles-d350f40314b12d63933a4ea8679f58b216c8673d.tar.gz
dotfiles-d350f40314b12d63933a4ea8679f58b216c8673d.zip
Update doom configuration and add ox-gfm
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/export.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 46b6118..73e0a01 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -82,3 +82,8 @@ export MGLS_LICENSE_FILE=1717@ee-llic01.ee.ic.ac.uk
export LM_LICENSE_FILE=2100@ee-llic01.ee.ic.ac.uk:7193@ee-llic01.ee.ic.ac.uk:5280@ee-llic01.ee.ic.ac.uk:7182@ee-llic01.ee.ic.ac.uk:1717@ee-llic01.ee.ic.ac.uk
export QMK_HOME=$HOME/projects/qmk_firmware
+
+0file() { curl -F"file=@$1" https://envs.sh ; }
+0pb() { curl -F"file=@-;" https://envs.sh ; }
+0url() { curl -F"url=$1" https://envs.sh ; }
+0short() { curl -F"shorten=$1" https://envs.sh ; }