Initial commit
This commit is contained in:
7
functions/__breeze_variables.fish
Normal file
7
functions/__breeze_variables.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
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 ""
|
Reference in New Issue
Block a user