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