Skip to content

Commit

Permalink
Remove bashrc.d customization
Browse files Browse the repository at this point in the history
Handled by skeleton files now
  • Loading branch information
jdufresne committed Oct 17, 2021
1 parent 16dc872 commit 216e95f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions roles/dotfiles/tasks/main.yaml
Expand Up @@ -39,11 +39,3 @@
- django.sh
- project.sh
- ripgrep.sh

- name: Add ~/.bashrc.d support
blockinfile:
path: ~/.bashrc
block: |
for f in $(compgen -G "${HOME}/.bashrc.d/*.sh"); do
. "${f}"
done
2 changes: 1 addition & 1 deletion roles/nodejs/tasks/main.yaml
Expand Up @@ -5,7 +5,7 @@
- yarnpkg
become: yes

- name: Make global package directory
- name: Create global package directory
file:
path: ~/.npm-global
state: directory
Expand Down

0 comments on commit 216e95f

Please sign in to comment.