Skip to content

Commit

Permalink
refactor: quoting usage of environment variables (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Jan 26, 2024
1 parent 18ad86a commit 0c88281
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 0c88281

Please sign in to comment.