my-fish-config/functions/__breeze_variables.fish
2025-03-18 19:21:17 +01:00

8 lines
205 B
Fish

function __breeze_variables
# This function doesn't need to do anything, we just have this file here to ensure autoloading only sets $arr & $op up once
end
# for global
set -g -x arr ""
set -g -x op ""