From cbf7364098f621dd14efb223866b8809dd02ad65 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 27 Jul 2021 16:16:25 +0200 Subject: changes --- bash/alias.bash | 2 ++ termite/config | 2 +- xinitrc.d/00-misc.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bash/alias.bash b/bash/alias.bash index 6989479..6a92893 100644 --- a/bash/alias.bash +++ b/bash/alias.bash @@ -5,6 +5,8 @@ alias la="ls -a" alias ll="ls -lh" alias lla="ls -lha" +alias vim="nvim" + # Termite compat alias ssh="TERM=xterm-color ssh" diff --git a/termite/config b/termite/config index d9d3b82..354f0a0 100644 --- a/termite/config +++ b/termite/config @@ -3,4 +3,4 @@ foreground = #ffffff background = rgba (0,0,0,0.8) [options] -font = DejaVu Sans Mono for Powerline 10 +font = DejaVu Sans Mono for Powerline 12 diff --git a/xinitrc.d/00-misc.sh b/xinitrc.d/00-misc.sh index 14cc2e6..48652e9 100755 --- a/xinitrc.d/00-misc.sh +++ b/xinitrc.d/00-misc.sh @@ -3,7 +3,7 @@ xrdb .Xresources setxkbmap -layout de -/usr/bin/setxkbmap -option "caps:swapescape" +#/usr/bin/setxkbmap -option "caps:swapescape" redshift -l 48.814:11.3431 & -- cgit v1.2.3