mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
Sponsored by: Axcient Reviewed by: brd, 0mp Differential Revision: https://reviews.freebsd.org/D31359
16 lines
409 B
Text
16 lines
409 B
Text
[
|
|
{
|
|
type: install
|
|
message: <<EOM
|
|
To use gstat-rs by default, do the following:
|
|
For sh:
|
|
# echo alias gstat='/usr/local/sbin/gstat-rs' >> /etc/profile
|
|
For bash:
|
|
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/profile
|
|
For fish:
|
|
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/fish/config.fish
|
|
For zsh:
|
|
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/zshrc
|
|
EOM
|
|
}
|
|
]
|