Skip to content

Commit

Permalink
Merge pull request #119 from imgrant/ssh-proxyjump-fix
Browse files Browse the repository at this point in the history
Skip some steps in 00-pengwin.fish for non-interactive sessions
  • Loading branch information
crramirez committed Sep 29, 2021
2 parents 19e327f + 8e4d361 commit 977fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish_conf.d/00-pengwin.fish
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ alias clear='clear -x'
alias ll='ls -al'

# Check if we have Windows Path
if which cmd.exe >/dev/null
if which cmd.exe >/dev/null; and status --is-login

# Execute on user's shell first-run
if test ! -f "$HOME/.firstrun"
Expand Down

0 comments on commit 977fcc0

Please sign in to comment.