Skip to content

Commit

Permalink
Workaround for shell code appearing in ZSH
Browse files Browse the repository at this point in the history
Workaround for issue barabo#12
  • Loading branch information
tyler-ham committed Dec 24, 2020
1 parent 325501b commit 2722c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/common
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ function __ash_log() {


# Protect the functions.
readonly -f __ash_end_session
readonly -f __ash_log
#readonly -f __ash_end_session
#readonly -f __ash_log

#export -f __ash_end_session
#export -f __ash_log

0 comments on commit 2722c13

Please sign in to comment.