lnu
6671ed068c
feat: export-poshtheme to clipboard if no file path provided
2021-05-06 11:37:07 +02:00
Chris Bargren
f7841eb43c
fix(zsh): store exit code first in precmd hook
...
Addresses an issue causing exit code segments to incorrectly report an
exit code of `0`
2021-04-20 07:03:28 +02:00
Jan De Dobbeleer
016d981baa
fix(pwsh): invoke module support before context
...
relates to #655
2021-04-17 20:37:49 +02:00
lnu
9c4ba43871
fix: stack count variable names + compability with all init modes
2021-04-14 14:58:54 +02:00
lnu
4f96cc0f7c
fix: wrong stack count when init from Set-PoshPrompt
2021-04-14 07:00:44 +02:00
lnu
b9601b632a
feat: show/hide stack count in path segment
2021-04-12 22:25:01 +02:00
Jan De Dobbeleer
afb69b4229
feat: export image of the current theme
2021-04-11 10:53:10 +02:00
Olivier Jullien
5134e11bc6
fix(bash): force temporary file deletion
...
forces the temporary file deletion when the user uses a security rm alias
2021-04-10 09:07:04 +02:00
TravisTX
4597f158c4
perf(az): improve performance for az powershell
2021-04-06 15:35:18 +02:00
TravisTX
85fb7611bc
feat(az): clear envvars
2021-03-31 07:11:43 +02:00
TravisTX
7db7f13e51
feat(az): support az pwsh module
2021-03-28 11:24:49 +02:00
Jan De Dobbeleer
320ec1d7d3
feat(pwsh): posh-git segment
2021-03-27 17:52:53 +01:00
Jan De Dobbeleer
61cb33f4f9
fix(pwsh): map home dir on theme export
2021-03-27 13:49:31 +01:00
Jan De Dobbeleer
18c56efd2e
feat: multiple config formats
2021-03-21 19:30:56 +01:00
lnu
494d3b2d20
fix: fish 3.2 empty command duration
2021-03-20 07:13:24 +01:00
lnu
838567cbcd
feat: don't keep duration when no command is entered
...
pwsh and fish alignement
2021-03-19 19:49:27 +01:00
Luca Ercole
5f035f8855
fix: remove double invocation of --shell argument
2021-03-18 19:08:09 +01:00
Luca Ercole
8de004ff53
fix: preserve exit code in omp.bash
...
Other small changes include:
- rename functions to simplify debugging
- quoting some variables and simplifying an expression as suggested by shellcheck
- idempotency when modifying PROMPT_COMMAND.
- check if file exists before trying to remove it in the trap.
2021-03-18 18:50:53 +01:00
Jan De Dobbeleer
e7cccf5978
fix: hardcode shell for init
...
resolves #540
2021-03-18 17:14:40 +01:00
Equinox
7b54e88c62
docs: fix various spelling errors
2021-03-15 18:11:16 +01:00
Jan De Dobbeleer
ce5a9d6b76
feat(pwsh): force session to UTF8
2021-03-14 17:55:44 +01:00
Jan De Dobbeleer
c2de78326e
feat(pwsh): write debug prompt function
2021-03-11 08:49:38 +01:00
Jan De Dobbeleer
b5af1ebd3b
feat(bash): execution time
2021-03-03 08:30:40 +01:00
lnu
890d0ad0e1
feat: cache compiled regex
...
use mustcompile for regex.
Always use mustcompile which throws a panic
if the regex cannot be compiled.
We call recover to detect the panic and
display an error message to the user.
2021-01-20 13:11:05 +01:00
Jan De Dobbeleer
b651c9a065
fix(pwsh): provide full config path
...
resolves #355
2021-01-18 20:06:51 +01:00
Jan De Dobbeleer
f6501aeb51
fix: multiline prompt rendering
...
resolves #354
2021-01-18 11:16:31 +01:00
Jan De Dobbeleer
edebc1d465
refactor: align pwsh module with init
2021-01-17 19:25:19 +01:00
Jan De Dobbeleer
e26326001e
fix: ensure correct encoding for pwsh
...
resolves #352
2021-01-17 19:25:19 +01:00
Jan De Dobbeleer
780722a371
refactor(powershell): use PSDrive path
...
resolves #329
2021-01-09 20:00:39 +01:00
Jan De Dobbeleer
598984b4cb
refactor: check for availability of posh-git iso cmdlet
...
resolves #325
2021-01-07 13:31:13 +01:00
Laurent Nullens
1bc52c3c48
fix: exit code always equal 0
...
The exit code was not captured correctly since the move to the new bootstrap system.
It never displays the actual exit code.
2020-12-31 12:06:59 +01:00
TravisTX
23eb73cd69
fix: fix lastexitcode
2020-12-30 16:30:51 +01:00
lnu
0fcf7cc8be
feat: replace debug information with a new layout
...
Similar as Starship timings command
2020-12-29 21:47:04 +01:00
Jan De Dobbeleer
ed2eac8e12
feat: adjust source code layout
2020-12-25 20:11:24 +01:00