mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
New translations readme.md (Italian)
[ci skip]
This commit is contained in:
@@ -41,7 +41,7 @@ end
|
|||||||
load(io.popen('starship init cmd'):read("*a"))()
|
load(io.popen('starship init cmd'):read("*a"))()
|
||||||
```
|
```
|
||||||
|
|
||||||
- By default, the right side of input is empty. To customize this, define a new function called `starship_transient_rprompt_func`. This function receives the current prompt as a string that you can utilize. For example, to display the time at which the last command was started here, you would do
|
- Per impostazione predefinita, il simbolo predefinito prima dell'input sarà rimpiazzato con `>`. To customize this, define a new function called `starship_transient_rprompt_func`. This function receives the current prompt as a string that you can utilize. For example, to display the time at which the last command was started here, you would do
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
function starship_transient_rprompt_func(prompt)
|
function starship_transient_rprompt_func(prompt)
|
||||||
|
|||||||
Reference in New Issue
Block a user