Skip to content

Commit

Permalink
fix bash file appends
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Welsby committed Feb 21, 2023
1 parent 8af6fca commit e263aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ gpgconf --launch dirmngr

snap install starship

echo -n "export GPG_TTY=$(tty)" >> ~/.zshrc
echo -n "eval \"$(starship init zsh)\"" >> ~/.zshrc
echo "export GPG_TTY=$(tty)" >> ~/.zshrc
echo "eval \"$(starship init zsh)\"" >> ~/.zshrc

alias dt="dev test --include-branch-commits"
alias dr="dev style --include-branch-commits"
Expand Down

0 comments on commit e263aee

Please sign in to comment.