Skip to content

Commit

Permalink
refactor: quoting usage of environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Jan 26, 2024
1 parent 18ad86a commit 29b7c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh-simple-abbreviations.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env zsh

if [[ -n $ZSH_VERSION ]]; then
# Only run if executed in Zsh environment.
if [[ -n "${ZSH_VERSION}" ]]; then
# Create new abbreviations map.
typeset -Ag _zsh_simple_abbreviations

Expand Down

0 comments on commit 29b7c81

Please sign in to comment.