Skip to content

Commit

Permalink
Use eval so aliases are evaled on shell rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed May 22, 2024
1 parent fc8d387 commit fb48717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home/dot_bashrc.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
. ~/.profile

{{ output "pkgx" "als" "init" "bash" }}

{{ output "pkgx" "--shellcode" }}

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

eval "$(als init bash)"
4 changes: 2 additions & 2 deletions home/dot_config/zsh/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ output "pkgx" "als" "init" "zsh" }}

{{ output "pkgx" "--shellcode" }}

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

eval "$(als init zsh)"

0 comments on commit fb48717

Please sign in to comment.