Nemo157
fb121cd62a
fix: Retain previous command state on zsh keymap select ( #958 )
2020-06-09 18:52:29 +02:00
Dario Vladović
cf87ce5f50
style(init): tidy-up init scripts ( #1269 )
...
* style: fix indent & spacing
* chore: use consistent function definition style
* chore: remove extra semicolon
* chore: flip comparison expression
2020-05-28 12:21:36 -04:00
Jean Gautier
02edad0c66
fix(directory): avoid confusing modules with PowerShell paths ( #1114 )
...
* Avoid confusing modules with PowerShell paths
* Avoid confusing modules with PowerShell paths
Powershell supports PSDrives (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-psdrive?view=powershell-7 ) that allow to create "logical" drives mapped to actual Windows drives.
* Preserve Windows directories
* Preserve logical paths for Powershell
* Fix formating with cargo fmt
* Fix directory_in_root test
Co-authored-by: Jean Gautier <jean.gautier@ssi.gouv.fr>
2020-04-30 10:40:56 +02:00
Jon Grythe Stødle
2509a79176
fix: Change command duration variable for Ion shell to CMD_DURATION ( #911 )
2020-02-06 14:41:55 -05:00
InNoobWeTrust
2eeaa05bfb
feat: Terminate $PROMPT_COMMAND properly ( #799 )
...
Add trailing semicolon to end $PROMPT_COMMAND properly.
This will prevent starship_precmd to accidentally mess with other hooks invoked after it.
2020-01-04 10:52:08 -05:00
InNoobWeTrust
9d49410102
fix: Remove trailing semicolon from $PROMPT_COMMAND
( #784 )
...
Remove any trailing semicolon in $PROMPT_COMMAND before appending starship_precmd, to prevent syntax error.
2019-12-28 10:03:59 -05:00
Luca Rinaldi
6a2b0a67b0
feat: cmd_duration module optionally reports milliseconds ( #696 )
2019-12-19 17:38:06 -05:00
Etienne Mabille
879649d542
fix(bash): save and restore "$_" ( #753 )
2019-12-19 16:20:44 -05:00
David Knaack
b2ebd24506
fix(powershell): Fix prompt not updating on -nix systems ( #728 )
...
Closes #661
2019-12-13 13:44:58 -05:00
BuggStream
93701b26b3
feat: Add support for the ion shell ( #704 )
2019-12-11 15:31:30 -05:00
Matias Kotlik
221f07548c
fix: Disable venv custom prompt when starship is in use ( #551 )
2019-10-25 21:41:00 +09:00
David Knaack
6ab70796db
feat: Implement PowerShell support ( #470 )
2019-10-16 00:10:16 +09:00
Matan Kushner
05210b9510
refactor: Go from Rust workspaces to a package with nested packages ( #480 )
2019-10-04 22:30:46 +09:00
Zhenhui Xie
dd0b1a1aa2
refactor: Refactoring config ( #383 )
...
This PR refactors config and puts configuration files for all modules in `configs/`.
2019-09-30 21:10:35 +09:00
Matan Kushner
caaf3bc6a9
revert: Revert the command duration in ms feature ( #380 ) ( #425 )
...
Due to incompatibilities with the macOS date utility, we are
temporarily reverting this feature.
Refs: #c5e971a
2019-09-25 17:13:58 +09:00
Tom Hotston
c5e971aef8
feat: Add ability for command duration in milliseconds ( #380 )
2019-09-24 14:03:10 -05:00
Kevin Song
54793c7d5a
refactor: Separate shell initialization into files ( #338 )
...
Shell inits are now in a separate directory in the source code, with each shell getting its own script. Also adds a little DRY + commenting in init/mod.rs.
2019-09-10 20:31:08 -04:00