No need to move nvm init stuff
This commit is contained in:
parent
78b4090674
commit
639e94bfd2
2 changed files with 1 additions and 9 deletions
|
@ -38,6 +38,5 @@ alias nvmu="nvm use"
|
||||||
|
|
||||||
|
|
||||||
nvm-init() {
|
nvm-init() {
|
||||||
export NVM_DIR="$HOME/.nvm"
|
source "/usr/share/nvm/init-nvm.sh"
|
||||||
source "$NVM_DIR/nvm.sh"
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,13 +7,6 @@
|
||||||
backup: true
|
backup: true
|
||||||
trim_blocks: false
|
trim_blocks: false
|
||||||
|
|
||||||
- copy:
|
|
||||||
src: /usr/share/nvm/init-nvm.sh
|
|
||||||
dest: "{{ home }}/.nvm/nvm.sh"
|
|
||||||
mode: 0755
|
|
||||||
owner: "{{ user }}"
|
|
||||||
group: users
|
|
||||||
|
|
||||||
- copy:
|
- copy:
|
||||||
src: ./files/bin
|
src: ./files/bin
|
||||||
dest: "{{ home }}/.bin"
|
dest: "{{ home }}/.bin"
|
||||||
|
|
Loading…
Reference in a new issue