Update shell setup

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2021-02-07 13:23:17 +01:00
parent 6d9bb3cdbf
commit 66dab16bfd
No known key found for this signature in database
GPG key ID: DE0CF444096A468D
3 changed files with 4 additions and 2 deletions

View file

@ -26,3 +26,6 @@ cursor:
key_bindings:
- key: F11
action: ToggleFullscreen
- key: N
mods: Control|Shift
action: SpawnNewInstance

View file

@ -1,4 +1,4 @@
set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"
set -g default-command "${SHELL}"
set-window-option -g automatic-rename off

View file

@ -18,7 +18,6 @@ export CXXFLAGS="-std=c++14 -Wall -Werror"
export LDLIBS="-lm"
export LANG="en_US.UTF-8"
export TERM="xterm-256color"
export GPG_TTY=$(tty)
alias q="exit"