Use ~/.local/bin instead of ~/bin
This commit is contained in:
parent
25081f9271
commit
d96910733a
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ _acp_add_path () {
|
||||||
export PATH
|
export PATH
|
||||||
}
|
}
|
||||||
|
|
||||||
for dir in "$HOME/bin" \
|
for dir in "$HOME/.local/bin" \
|
||||||
"$HOME/.cargo/bin" \
|
"$HOME/.cargo/bin" \
|
||||||
"$HOME/opt/centos-git-common" \
|
"$HOME/opt/centos-git-common" \
|
||||||
"${XDG_DATA_HOME:-$HOME/.local/share}/gem/ruby/bin" \
|
"${XDG_DATA_HOME:-$HOME/.local/share}/gem/ruby/bin" \
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
- name: Create user bin directory
|
- name: Create user bin directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ ansible_env.HOME }}/bin"
|
path: "{{ ansible_env.HOME }}/.local/bin"
|
||||||
state: directory
|
state: directory
|
||||||
- name: Create user opt directory
|
- name: Create user opt directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue