Dominic Slee
Dominic Slee
I like the performance energy here, I also had a look at this I found that a `$PROFILE` with a single line of `Import-Module ~\git\posh-git\src\posh-git.psd1` adds 412ms to my startup...
Although I agree `lsd ~` should work in powershell, I think it is a shell feature and should be tackled in the powershell repo It looks like there are two...
> Which is why both gci ~ and gci '~' work the same, there's no shell expansion for the quotes to suppress Oh yeah you're right, the cmdlets replace the...
There is also `l` for links (e.g. symlinks / junctions) https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.3 > By default Get-ChildItem lists the mode (Attributes), LastWriteTime, file size (Length), and the Name of the item. The...
@JJJ isn't your suggestion the same as `add_newline = false` and `[line_break.disabled] = false`? It seems to be the same on windows terminal + powershell:  The issue I'm having...
@AnkushMalaker try this for fish? Looks like the syntax is `--on-event` to hook into those events `~/.config/fish/config.fish`: ```fish if status is-interactive function echo_prompt --on-event fish_postexec echo "" end end ```...
> `zsh` users can add this to their `.zshrc`: > > ```shell > precmd() { precmd() { echo "" } } > ``` I would add that a similar approach...
I am seeing the same issues on 1.6.3. Another recently broken style - there is an extra newline for nested lists  ```markdown Flat list (works) * point 1 *...
You might want to checkout [Display_Config](https://github.com/domsleee/SS-Dat-Info/wiki/Display_Config), it uses the same code as the FOV fix, and it works for OpenGL (Supreme.exe calls Display_Config.exe on launch). For OpenGL resolutions: In `HMG_3DE.dll`...
Ok so I can't really think of a "zero cost" solution for the other shells There are some ideas though Idea 1: We could use `"\033[6n"` before executing the shell...