mirror of
https://github.com/edu4rdshl/based.fish.git
synced 2026-07-17 23:24:46 +00:00
Initial commit
This commit is contained in:
commit
28f308e8a3
11 changed files with 240 additions and 0 deletions
6
functions/__based_reset_state.fish
Normal file
6
functions/__based_reset_state.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
function __based_reset_state
|
||||
echo "Resetting Based state..."
|
||||
# Unset all variables related to Based state
|
||||
set -e BASED_NO_CONFIRMATION
|
||||
echo "Based state has been reset."
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue