Skip to content

Commit b29e043

Browse files
author
aayushjain16
committed
update
1 parent 61ef849 commit b29e043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible_osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
138138
- name: "Setup pipx and venv and atuin"
139139
shell: |
140-
echo "alias pip=pipx" >> /Users/{{ lookup('env', 'USER') }}/.zshrc
141-
echo 'eval "$(atuin init zsh)"' >> /Users/{{ lookup('env', 'USER') }}/.zshrc
140+
echo "/nalias pip=pipx" >> /Users/{{ lookup('env', 'USER') }}/.zshrc
141+
echo '/neval "$(atuin init zsh)"' >> /Users/{{ lookup('env', 'USER') }}/.zshrc
142142
pipx ensurepath
143143
source /Users/{{ lookup('env', 'USER') }}/.zshrc
144144
pip install virtualenv

0 commit comments

Comments
 (0)