I use this command in Linux but it doesn't work when I restart my machine
export PATH="$HOME/.linuxbrew/bin:$PATH"
export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
How can I make these settings permanent (across reboots)?
No comments:
Post a Comment