stuff
This commit is contained in:
parent
a4a50c1907
commit
3bcce0e8d8
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@ set -U fish_greeting
|
||||||
alias exa="exa --group-directories-first"
|
alias exa="exa --group-directories-first"
|
||||||
alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye"
|
alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye"
|
||||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||||
|
[ "$TERM_PROGRAM" = "WezTerm" ] && alias ssh="wezterm ssh"
|
||||||
abbr vim nvim
|
abbr vim nvim
|
||||||
abbr ls exa
|
abbr ls exa
|
||||||
abbr ll exa -lh
|
abbr ll exa -lh
|
||||||
|
|
|
@ -2,9 +2,11 @@ local wezterm = require 'wezterm'
|
||||||
|
|
||||||
return {
|
return {
|
||||||
font = wezterm.font 'JetBrainsMono Nerd Font Mono',
|
font = wezterm.font 'JetBrainsMono Nerd Font Mono',
|
||||||
|
freetype_load_target = 'Light',
|
||||||
|
freetype_render_target = 'HorizontalLcd',
|
||||||
color_scheme = 'Catppuccin Mocha',
|
color_scheme = 'Catppuccin Mocha',
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
|
||||||
window_background_opacity = 0.9,
|
window_background_opacity = 0.9,
|
||||||
|
max_fps = 165,
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 0,
|
left = 0,
|
||||||
right = 0,
|
right = 0,
|
||||||
|
|
Loading…
Reference in a new issue