mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
feat(scw): allow to set profile to "default"
This commit is contained in:
parent
10621789af
commit
0116f784f8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function ssp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function scw_profiles() {
|
function scw_profiles() {
|
||||||
scw autocomplete complete zsh 3 -- scw --profile 2> /dev/null
|
scw autocomplete complete zsh 5 -- scw config profile activate 2> /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
function scw_config_path() {
|
function scw_config_path() {
|
||||||
|
|
Loading…
Reference in a new issue