Skip to content

Commit

Permalink
zsh: add spdx license identifier
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Sa <[email protected]>
  • Loading branch information
nunojsa committed Apr 18, 2024
1 parent 20d8541 commit 73d1bb9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/utils.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0

autoload -Uz run-help

(( ${+aliases[run-help]} )) && unalias run-help
Expand Down
2 changes: 2 additions & 0 deletions zsh/zsh-complete.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0

# On fedora, docker completions can be found in here. Needs to
# be before compinit.
#
Expand Down
2 changes: 2 additions & 0 deletions zsh/zsh-history.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0

__last_cmd=""
__local_hist_handle() {
__cmd=${1%%$'\n'}
Expand Down
2 changes: 2 additions & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0

# auto complete
source $HOME/.tools/zsh/zsh-complete.zsh
source $HOME/.tools/zsh/zsh-history.zsh
Expand Down

0 comments on commit 73d1bb9

Please sign in to comment.