Latest
This commit is contained in:
parent
8fd901fc27
commit
6f304af7c3
3 changed files with 5 additions and 2 deletions
|
@ -261,3 +261,5 @@ https://github.com/BalliAsghar/Mailsy
|
||||||
https://api.slack.com/automation/cli/commands
|
https://api.slack.com/automation/cli/commands
|
||||||
|
|
||||||
Move Gas Station into this project
|
Move Gas Station into this project
|
||||||
|
|
||||||
|
Fix how terminal output renders on Terminal.app on macOS
|
|
@ -299,6 +299,7 @@ export PATH="$POETRY_HOME/bin:$PATH"
|
||||||
|
|
||||||
### Porter
|
### Porter
|
||||||
export PORTER_HOME="$XDG_DATA_HOME/porter"
|
export PORTER_HOME="$XDG_DATA_HOME/porter"
|
||||||
|
export PATH="$PATH:$PORTER_HOME"
|
||||||
|
|
||||||
### Postgres
|
### Postgres
|
||||||
export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc"
|
export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc"
|
||||||
|
|
|
@ -7412,7 +7412,7 @@ softwarePackages:
|
||||||
dnf:fedora: endlessh
|
dnf:fedora: endlessh
|
||||||
yay: endlessh-git
|
yay: endlessh-git
|
||||||
ssl-proxy:
|
ssl-proxy:
|
||||||
_bin: null
|
_bin: ssl-proxy
|
||||||
_desc: Simple zero-config SSL reverse proxy with real autogenerated certificates
|
_desc: Simple zero-config SSL reverse proxy with real autogenerated certificates
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/suyashkumar/ssl-proxy
|
_github: https://github.com/suyashkumar/ssl-proxy
|
||||||
|
|
Loading…
Reference in a new issue