[ZSH] Add property line for Emacs

This commit is contained in:
Marcel Kapfer 2021-10-18 21:28:21 +02:00
parent e1ff828263
commit 576ea4ab95
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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