- removed old Gentoo-specific scripts

- merged sbin into bin
- new locale en_AG
This commit is contained in:
Martin Sekera 2018-12-08 23:25:00 +01:00
parent 9a43b35125
commit 38026cdc1a
14 changed files with 34 additions and 156 deletions

View file

@ -1,29 +1,4 @@
defutf8 on
autodetach on
startup_message off
defscrollback 10240
# scroll through scrollback
termcapinfo xterm* ti@:te@
# use current bg color for erased chars
defbce on
# remapping dangerous keybindings
bind k
bind ^k
bind .
bind ^\
bind \\
bind ^h
bind h
bind 'K' kill
bind 'I' login on
bind 'O' login off
bind '}' history
# drop scrollback command
bind '/' eval "scrollback 0" "scrollback 15000"
source /etc/screenrc
# my preferred default windows
screen 0 sudo su -

View file

@ -21,7 +21,7 @@ alias Ytune="noglob youtube-dl --no-check-certificate -x --audio-format vorbis -
alias units="units -v"
alias usystemctl="systemctl --user"
alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
alias pp=python
alias pp=python2
alias ppp=python3
# apparently this is the only way of setting GNU Screen to UTF-8