1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 23:03:29 +02:00

feat(toolbox): alias for toolbox enter

This commit is contained in:
Ilya Maximov
2022-05-08 17:29:02 +02:00
committed by Marc Cornellà
parent 0866f4daf4
commit ed03e7127f
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
function toolbox_prompt_info() {
[[ -f /run/.toolboxenv ]] && echo "⬢"
}
alias tb="toolbox enter"