mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 10:51:49 +08:00
feat(shell): try nu
This commit is contained in:
parent
883cb1b4e3
commit
209599e6ee
4
.bashrc
4
.bashrc
@ -18,6 +18,6 @@ fi
|
|||||||
# Put your fun stuff here.
|
# Put your fun stuff here.
|
||||||
|
|
||||||
# https://wiki.gentoo.org/wiki/Fish#fish_as_a_default_shell_with_bash_as_the_login_shell
|
# https://wiki.gentoo.org/wiki/Fish#fish_as_a_default_shell_with_bash_as_the_login_shell
|
||||||
# Use fish in place of bash
|
# Use nu in place of bash
|
||||||
# keep this line at the bottom of ~/.bashrc
|
# keep this line at the bottom of ~/.bashrc
|
||||||
[ -x /bin/fish ] && SHELL=/bin/fish exec fish
|
[ -x /bin/nu ] && SHELL=/bin/nu exec nu
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 2c98923861d2954c646f764bf68a56c408c32d2e
|
Subproject commit fd3bdba06fa3bffe1f3465ef6963606e71ba5ff4
|
Loading…
Reference in New Issue
Block a user