Use NetworkManager instead of wicd
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
974895ee8a
commit
1b82726f85
3 changed files with 6 additions and 3 deletions
|
@ -39,7 +39,7 @@ export npm_config_prefix="$HOME/.node_modules"
|
|||
export GOPATH=$HOME/go
|
||||
|
||||
# Adding folders to the PATH variable
|
||||
export PATH="$PATH:$HOME/bin:$npm_config_prefix/bin:$GOPATH/bin"
|
||||
export PATH="$PATH:$HOME/bin:$npm_config_prefix/bin:$GOPATH/bin:$HOME/.config/composer/vendor/bin"
|
||||
|
||||
# Set bash prompt
|
||||
set_bash_prompt() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue