Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/zsh/git-process-output.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env zsh
# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
# vim: ft=zsh sw=2 ts=2 et

builtin emulate -LR zsh
builtin setopt extended_glob warn_create_global typeset_silent
Expand Down
2 changes: 2 additions & 0 deletions lib/zsh/rpm2cpio.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env zsh
# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
# vim: ft=zsh sw=2 ts=2 et

builtin emulate -R zsh ${=${options[xtrace]:#off}:+-o xtrace}
builtin setopt extended_glob
Expand Down
2 changes: 2 additions & 0 deletions lib/zsh/single-line.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env zsh
# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
# vim: ft=zsh sw=2 ts=2 et

builtin emulate -R zsh ${=${options[xtrace]:#off}:+-o xtrace}
builtin setopt extended_glob warn_create_global typeset_silent no_short_loops rc_quotes
Expand Down
Loading