Skip to content

Commit

Permalink
Use als if instealled, but don't install it
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed May 24, 2024
1 parent fb48717 commit 9d45975
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions home/.chezmoiscripts/run_once_before_02_install_alias-rs.sh

This file was deleted.

2 changes: 1 addition & 1 deletion home/dot_bashrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

{{ output "pkgx" "starship" "init" "bash" }}

eval "$(als init bash)"
{{ output "sh" "-c" "als init bash || true" }}
2 changes: 1 addition & 1 deletion home/dot_config/zsh/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

{{ output "pkgx" "starship" "init" "zsh" }}

eval "$(als init zsh)"
{{ output "sh" "-c" "als init zsh|| true" }}

0 comments on commit 9d45975

Please sign in to comment.