Fixed zsh suffix issue when booting i3 with zsh

This commit is contained in:
Wryn Wagner
2019-12-30 23:44:40 -07:00
parent ac9c7d2956
commit 587d3a517c
4 changed files with 25 additions and 8 deletions

View File

@ -2,13 +2,12 @@
PYTHON="py"
CLISP="clisp lisp"
SHELL="sh bash zsh"
TEXT="txt md js";
WEB="css scss less html php cshtml json"
JS="ts tsx js"
C="cpp h c cs"
FILES_TO_EDIT="$PYTHON $CLISP $SHELL $TEXT $WEB $JS $C";
FILES_TO_EDIT="$PYTHON $CLISP $TEXT $WEB $JS $C";
for filetype in ${(s/ /)FILES_TO_EDIT}; do
alias -s $filetype="$EDITOR";