Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/zsh #37

Merged
merged 7 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes typo
  • Loading branch information
edheltzel committed Feb 12, 2024
commit 357575400333db1cdfe4db14b1c1f68f303747ec
4 changes: 2 additions & 2 deletions fish/.config/fish/conf.d/abbr.fish
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ if status is-interactive
abbr --add nmux 'tmux new -s "base"'
abbr --add vim nvim
abbr --add wrg wrangler
abbr --add usezsh'chsh -s $(which zsh)'
abbr --add usebash'chsh -s $(which bash)'
abbr --add usezsh 'chsh -s $(which zsh)'
abbr --add usebash 'chsh -s $(which bash)'
end