summaryrefslogtreecommitdiffstats
path: root/dot_config
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2025-11-10 08:14:41 -0600
committerMatt Strapp <matt@mattstrapp.net>2025-11-10 08:14:41 -0600
commit64bfc7f4f9208853bfdc3345861c12584d82e435 (patch)
treee1d595ec29ebf1f32f94d63cb2cbacd1510a7508 /dot_config
parentonly run gem if it actually exists (diff)
downloaddotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.gz
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.bz2
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.lz
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.xz
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.zst
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.zip
Remove obsolete Zsh configuration and add EditorConfig for consistent coding styleHEADmaster
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/zsh/dot_zshopts (renamed from dot_config/zsh/executable_dot_zshopts)3
1 files changed, 0 insertions, 3 deletions
diff --git a/dot_config/zsh/executable_dot_zshopts b/dot_config/zsh/dot_zshopts
index cc26e74..d8db626 100644
--- a/dot_config/zsh/executable_dot_zshopts
+++ b/dot_config/zsh/dot_zshopts
@@ -1,8 +1,5 @@
#! /usr/bin/env zsh
-# If you don't plan on reverting to bash, you can remove the link in ~/.profile
-# to clean up.
-
# create hist directory if it doesn't exist
if [ -z "$XDG_STATE_HOME/zsh" ]; then
mkdir -p "$XDG_STATE_HOME/zsh"