Skip to content

Commit

Permalink
add powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
acarl005 committed May 3, 2024
1 parent eacdc55 commit 20c8f44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ var (
"csh": "sh",
"fish": "sh",
"ksh": "sh",
"ps1": "sh",
"zsh": "sh",
"plpgsql": "sql",
"plsql": "sql",
Expand Down
Empty file added example/foo.ps1
Empty file.
1 change: 1 addition & 0 deletions file-icons.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ var aliases = map[string]string{
"csh": "shell",
"fish": "shell",
"ksh": "shell",
"ps1": "shell",
"sh": "shell",
"zsh": "shell",
"zsh-theme": "shell",
Expand Down

0 comments on commit 20c8f44

Please sign in to comment.