fix(nvim): js/ts lint selector

This commit is contained in:
2024-04-15 20:16:23 -04:00
parent c929c34310
commit 1214454969
2 changed files with 22 additions and 34 deletions

View File

@@ -6,6 +6,7 @@
shellAliases = {
grep = "grep --color";
ssh = "TERM=xterm-256color ssh";
flush_dns = "sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder";
};
profileExtra = ''
SHELL="$BASH"