From 576ea4ab950f7de97b24eeaa7d3ad1b667cf1b23 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 18 Oct 2021 21:28:21 +0200 Subject: [PATCH] [ZSH] Add property line for Emacs --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 5f6449c..2535224 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -1,3 +1,4 @@ +# -*- mode: shell-script; -*- # ZSH Configuration # Marcel Kapfer (c) 2019-2021 # MIT License @@ -183,4 +184,3 @@ if [[ -d "/home/$USER/projects/go/bin" ]] then export PATH="/home/$USER/projects/go/bin:$PATH" fi -