diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-18 05:51:29 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-04-18 06:05:02 +0100 |
commit | ca38c20f566dd12ef80692b6f0b645ad64cdc95f (patch) | |
tree | ab5211f4b917f31c81ab889ee7e97ee1bc2a876c /zshrc | |
parent | e73f0ab1e81804110a2fa1e2480b05df9d717bd5 (diff) | |
download | dotfiles-ca38c20f566dd12ef80692b6f0b645ad64cdc95f.tar.gz dotfiles-ca38c20f566dd12ef80692b6f0b645ad64cdc95f.tar.bz2 dotfiles-ca38c20f566dd12ef80692b6f0b645ad64cdc95f.zip |
~changed modeline for zshrc
The modeline at the top of zshrc used to state the filename as zshenv.
It is now zshrc.
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# zshenv -*- mode: sh; lexical-binding: t; -*- +# zshrc -*- mode: sh; lexical-binding: t; -*- ## Important variables and stuff export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/.local/bin:~/Bin/binaries:~/.emacs.d/bin:~/.cargo/bin:~/Scripts |