Random changes
This commit is contained in:
parent
f1a4519507
commit
90772c2c0b
6 changed files with 650 additions and 33 deletions
|
|
@ -1,14 +1,14 @@
|
|||
if status --is-login
|
||||
set PATH /opt/local/bin /opt/local/sbin $PATH ~/bin
|
||||
if test -d ~/.cargo/bin
|
||||
set PATH ~/.cargo/bin $PATH
|
||||
end
|
||||
if test -d ~/devtools/buck/bin
|
||||
set PATH $PATH ~/devtools/buck/bin
|
||||
end
|
||||
if test -d /snap/bin
|
||||
set PATH $PATH /snap/bin
|
||||
end
|
||||
if test -d ~/.cargo/bin
|
||||
set PATH $PATH ~/.cargo/bin
|
||||
end
|
||||
if test -d ~/.local/bin
|
||||
set PATH $PATH ~/.local/bin
|
||||
end
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
# font_family monospace
|
||||
font_family Input Mono Narrow
|
||||
# bold_font auto
|
||||
# italic_font auto
|
||||
# bold_italic_font auto
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#: italic_font Operator Mono Book Italic
|
||||
#: bold_italic_font Operator Mono Medium Italic
|
||||
|
||||
# font_size 11.0
|
||||
font_size 14.0
|
||||
|
||||
#: Font size (in pts)
|
||||
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
#: The cursor shape can be one of (block, beam, underline)
|
||||
|
||||
# cursor_blink_interval -1
|
||||
cursor_blink_interval 0
|
||||
|
||||
#: The interval (in seconds) at which to blink the cursor. Set to zero
|
||||
#: to disable blinking. Negative values mean use system default. Note
|
||||
|
|
@ -574,7 +574,7 @@
|
|||
#: content of windows, etc. Note that this even works over ssh
|
||||
#: connections.
|
||||
|
||||
# env
|
||||
# env
|
||||
|
||||
#: Specify environment variables to set in all child processes. Note
|
||||
#: that environment variables are expanded recursively, so if you
|
||||
|
|
@ -643,7 +643,7 @@
|
|||
#: you are probably better off just hiding the titlebar with
|
||||
#: hide_window_decorations.
|
||||
|
||||
# macos_option_as_alt no
|
||||
macos_option_as_alt both
|
||||
|
||||
#: Use the option key as an alt key. With this set to no, kitty will
|
||||
#: use the macOS native Option+Key = unicode character behavior. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue