[go: up one dir, main page]

Skip to content

Commit

Permalink
Also check for Fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
adeubank committed Apr 12, 2015
1 parent 066af42 commit 33cbda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/safekill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function safe_end_procs {
cmd='":qa" Enter'
elif [[ "$pane_proc" == "man" ]] || [[ "$pane_proc" == "less" ]]; then
cmd='"q"'
elif [[ "$pane_proc" == "bash" ]] || [[ "$pane_proc" == "zsh" ]]; then
elif [[ "$pane_proc" == "bash" ]] || [[ "$pane_proc" == "zsh" ]] || [[ "$pane_proc" == "fish" ]]; then
cmd='C-c C-u "exit" Enter'
elif [[ "$pane_proc" == "ssh" ]]; then
cmd='Enter "~."'
Expand Down

0 comments on commit 33cbda7

Please sign in to comment.