Unnamed repository; edit this file 'description' to name the repository.
feat(langs): recognize .sh_history (#14541)
Ricardo Fernández Serrata 5 months ago
parent 6fffaf6 · commit a270846
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 1ebd15ac..e9bd660b 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1165,6 +1165,7 @@ file-types = [
{ glob = "sway/config" },
{ glob = ".tmux.conf" },
{ glob = "tmux.conf" },
+ { glob = ".sh_history" },
{ glob = ".bash_history" },
{ glob = ".bash_login" },
{ glob = ".bash_logout" },