Minor fix

This commit is contained in:
js0ny 2025-01-27 15:24:03 +00:00
parent 3cbbb30845
commit d90256a16f
9 changed files with 134 additions and 123 deletions

View file

@ -1,13 +1,13 @@
# $DOTFILES/common/gitconfig.example
# $DOTFILES/common/inputrc
# Date: 2024-12-22
# Author: js0ny
# GNU Readline config file, works for programs that use that library
# e.g. Python REPL, Lua REPL, Bash on Linux
# Location:
# $XDG_CONFIG_HOME/readline/inputrc
# ~/.inputrc
# Linking:
# ln -sf $DOTFILES/common/inputrc $XDG_CONFIG_HOME/readline/inputrc
# ln -sf $DOTFILES/common/inputrc ~/.inputrc
# Colemak Key Remaps
set editing-mode vi

View file

@ -328,6 +328,11 @@ symbol = " "
style = "bg:#86BBD8 fg:#794427"
format = '[ $symbol ($version) ]($style)'
[python]
symbol = " "
style = "bg:#86BBD8 fg:#794427"
format = '[ $symbol ($version) ]($style)'
# }}}