Open Ash258 opened 3 years ago
path manipulations have to support [:;]
PowerShell/PowerShell#4341
TODO: How to handle environment file in pwsh?
~/.config/scoop/environment.sh
export VARIABLE='...'
...
~/.profile | ~/.zshrc
# source /opt/Shovel/config/environments.sh ??
source ~/.config/scoop/environments.sh
Shimming will happen simply as ln -s /real /shim/shim
. Parameter binding will be omitted as on Linux there should be no use case for it.
.ps1 shim just for non-native executables
Sanitize quotes usage
Commands
Binaries