kitty modifications + ssh alias
This commit is contained in:
parent
2d94ac4ece
commit
41164bfb98
|
@ -46,7 +46,7 @@ tab_bar_margin_width 0.0
|
|||
tab_bar_margin_height 0.0 0.0
|
||||
tab_bar_style powerline
|
||||
tab_bar_align left
|
||||
tab_bar_min_tabs 1
|
||||
tab_bar_min_tabs 2
|
||||
tab_switch_strategy previous
|
||||
tab_powerline_style slanted
|
||||
tab_activity_symbol ""
|
||||
|
@ -102,6 +102,7 @@ listen_on none
|
|||
|
||||
#: OS specific tweaks {{{
|
||||
linux_display_server x11
|
||||
confirm_os_window_close 0
|
||||
#: }}}
|
||||
|
||||
#: Keyboard shortcuts {{{
|
||||
|
|
|
@ -50,4 +50,5 @@ alias \
|
|||
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
|
||||
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \
|
||||
remvirt="virt-manager -c 'qemu+ssh://luca@192.168.178.200/system'" \
|
||||
vim="lvim"
|
||||
vim="lvim" \
|
||||
ssh="kitty +kitten ssh myserver"
|
||||
|
|
|
@ -13,7 +13,7 @@ unsetopt PROMPT_SP
|
|||
# Default programs:
|
||||
export EDITOR="lvim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="firefox"
|
||||
export BROWSER="librewolf"
|
||||
|
||||
# ~/ Clean-up:
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
|
Loading…
Reference in New Issue