Skip to content

Commit

Permalink
Ports: Add Zsh to menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
djwisdom authored and nico committed Dec 26, 2024
1 parent 7ebe75e commit 599f44c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ports/zsh/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ version=5.9
files=(
"https://sourceforge.net/projects/zsh/files/zsh/${version}/zsh-${version}.tar.xz#9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5"
)
launcher_name='Zsh'
launcher_category='&Utilities'
launcher_command='/usr/local/bin/zsh'
launcher_run_in_terminal='true'
useconfigure=true
icon_file='https://upload.wikimedia.org/wikipedia/commons/7/75/Z_Shell_Logo_Color_Vertical.svg'
use_fresh_config_sub=true

pre_configure() {
Expand Down

0 comments on commit 599f44c

Please sign in to comment.