dotfiles

My configuration files.
Log | Files | Refs | README

commit f99141721ca5aa03bbd460881df8b6f18df9f91f
parent e7c7d8870e0242a36d056bc7e8eae81ab63a4f1d
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sun,  9 Jan 2022 13:28:53 +0100

Update

Diffstat:
Mbash/.bashrc | 2+-
Mbash/.profile | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -12,7 +12,7 @@ alias gs="git status" alias gd="git diff" alias gc="git commit" alias ga="git add" -alias sv="mosh sven@svenmoeller.xyz -- screen -dRR" +alias sv="mosh sven@svenmoeller.xyz" wordlist="$(bm -h | sed -n '/\t/p' | awk '{print $1}' | sort | tr '\n' ' ')" complete -W "$wordlist" bm diff --git a/bash/.profile b/bash/.profile @@ -24,4 +24,6 @@ fi if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then startx +else + screen -dRR fi