From d350f40314b12d63933a4ea8679f58b216c8673d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 2 Jan 2022 15:49:29 +0000 Subject: Update doom configuration and add ox-gfm --- zsh/.zsh/export.zsh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zsh/.zsh') 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 ; } -- cgit