mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(toolbox): alias for toolbox enter
This commit is contained in:
parent
0866f4daf4
commit
ed03e7127f
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
function toolbox_prompt_info() {
|
||||
[[ -f /run/.toolboxenv ]] && echo "⬢"
|
||||
}
|
||||
|
||||
alias tb="toolbox enter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue