This commit is contained in:
Nikos Papadakis 2023-02-19 15:27:26 +02:00
parent a4a50c1907
commit 3bcce0e8d8
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,7 @@ set -U fish_greeting
alias exa="exa --group-directories-first"
alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye"
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
[ "$TERM_PROGRAM" = "WezTerm" ] && alias ssh="wezterm ssh"
abbr vim nvim
abbr ls exa
abbr ll exa -lh

View file

@ -2,9 +2,11 @@ local wezterm = require 'wezterm'
return {
font = wezterm.font 'JetBrainsMono Nerd Font Mono',
freetype_load_target = 'Light',
freetype_render_target = 'HorizontalLcd',
color_scheme = 'Catppuccin Mocha',
hide_tab_bar_if_only_one_tab = true,
window_background_opacity = 0.9,
max_fps = 165,
window_padding = {
left = 0,
right = 0,