fix: conditionally add .spicetify to PATH and comment out Zen browser tasks
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -88,7 +88,10 @@ export DOTFILES_PATH=$HOME/.dotfiles
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
export PATH=$PATH:$DOTFILES_PATH/bin
|
||||
export PATH=$PATH:$HOME/.spicetify
|
||||
|
||||
if [ -d "$HOME/.spicetify" ]; then
|
||||
export PATH=$PATH:$HOME/.spicetify
|
||||
fi
|
||||
|
||||
# Include pnpm if it exists
|
||||
if [ -d "$HOME/.local/share/pnpm" ]; then
|
||||
|
@@ -24,12 +24,13 @@
|
||||
ansible.builtin.import_tasks: tasks/workstations/snaps.yml
|
||||
when: ansible_facts.packages.snapd is defined and 'microsoft-standard-WSL2' not in ansible_kernel
|
||||
|
||||
- name: Include Zen browser tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/zen-browser.yml
|
||||
vars:
|
||||
browser_name: "zen"
|
||||
browser_executable: "zen"
|
||||
when: "'microsoft-standard-WSL2' not in ansible_kernel"
|
||||
# Disabled for now since we are not using Zen browser anymore in favor of Brave
|
||||
# - name: Include Zen browser tasks
|
||||
# ansible.builtin.import_tasks: tasks/workstations/zen-browser.yml
|
||||
# vars:
|
||||
# browser_name: "zen"
|
||||
# browser_executable: "zen"
|
||||
# when: "'microsoft-standard-WSL2' not in ansible_kernel"
|
||||
|
||||
- name: Include 1Password Browsers tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/1password-browsers.yml
|
||||
|
Reference in New Issue
Block a user