From 9fa8f0816a9ce5141f0176c550b83c92e4c8a6b1 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 11 Oct 2022 02:14:28 +0100 Subject: [PATCH] feat(dot_zshrc): update --- dot_zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 1610bde..81ff6f3 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -1,3 +1,5 @@ +# vim:ft=zsh:fenc=utf-8 + ### plugins via antigen {{{ # don't pollute $HOME with antigen ADOTDIR="$HOME/.local/share/antigen" @@ -93,7 +95,6 @@ export M2_HOME="$HOME/.local/bin/apache-maven-3.8.6/bin" export PATH="$PATH:$M2_HOME" export DENO_INSTALL="$HOME/.deno" export PATH="$DENO_INSTALL/bin:$PATH" -# export STACK_YAML="$HOME/.stack/global-project/stack.yaml" export EDITOR="lvim" [ -f "/home/sgoudham/.ghcup/env" ] && source "/home/sgoudham/.ghcup/env" # ghcup-env