mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
4 lines
96 B
Fish
Executable file
4 lines
96 B
Fish
Executable file
# Defined in - @ line 1
|
|
function dv --description 'alias dv deactivate'
|
|
deactivate $argv;
|
|
end
|