Skip to content

Commit

Permalink
Guide to following steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 15, 2023
1 parent 485fb39 commit 415e00d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/register_login_shells.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -euxo pipefail
# -x shows trace logs
set -euo pipefail

register_login_shells() {
local -r zsh_path="$(which zsh)"
Expand All @@ -17,3 +18,9 @@ register_login_shells() {
}

register_login_shells

cat <<'EOF'
Done! Set one of your favorite as below
chsh -s "$(which fish)" "$(whoami)"
EOF

0 comments on commit 415e00d

Please sign in to comment.