mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
2024-10-20 19:53:44 +0100
This commit is contained in:
parent
bde5d89003
commit
488c69e301
12 changed files with 279 additions and 32 deletions
|
|
@ -4,7 +4,6 @@ Set-PSReadLineOption -EditMode vi # Vi Keybindings
|
|||
Set-PSReadLineOption -PredictionViewStyle ListView
|
||||
Set-PSReadLineOption -PredictionSource HistoryAndPlugin
|
||||
Set-PSReadLineOption -ContinuationPrompt "`e[36m CR > "
|
||||
|
||||
### Keybindings ###
|
||||
|
||||
Set-PSReadLineKeyHandler -Chord "Ctrl+Shift+f" -Function ForwardWord
|
||||
|
|
@ -78,6 +77,7 @@ ${function:pylsenvs} = { conda env list }
|
|||
${function:pymkenv} = { conda create --name $args[0] }
|
||||
${function:pyrmenv} = { conda remove --name $args[0] --all }
|
||||
|
||||
|
||||
# C & C++ #
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue