From 04d044d7d91d6a8896ee6866333c26ddd72455dc Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 May 2020 09:51:50 +0200 Subject: [PATCH 1/3] Set working term on screen --- .screenrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.screenrc b/.screenrc index 39efc18..3768c40 100644 --- a/.screenrc +++ b/.screenrc @@ -1,4 +1,5 @@ startup_message off +term xterm-256color termcapinfo xterm|xterms|xs|rxvt ti@:te@ hardstatus on From 512a9ad56f185b611febcc7f06388b06c3b40e00 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 May 2020 09:52:23 +0200 Subject: [PATCH 2/3] New hardstatus --- .screenrc.master | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.screenrc.master b/.screenrc.master index 4c94f65..a121284 100644 --- a/.screenrc.master +++ b/.screenrc.master @@ -1,4 +1,5 @@ startup_message off +term xterm-256color termcapinfo xterm|xterms|xs|rxvt ti@:te@ activity "%c activity -> %n%f %t" @@ -7,7 +8,9 @@ caption splitonly "%{= wK}%-w%?%F%{= bw}%:%{= Wk}%? %n %t %{-}%+w %-= " hardstatus on hardstatus alwayslastline #hardstatus string "%{.bW}%?%-Lw%?%{.rW}%n*%f %t%?(%u)%?%{-}%?%+Lw%? %=%{..G}%H%=%{..Y} %D %d/%M/%Y %c:%s" -hardstatus string "%{= KW} %-Lw%{= WK}%n+%f %t%{-}%+Lw %=[%d/%m/%y %4c] [%l]" +#hardstatus string "%{= KW} %-Lw%{= WK}%n+%f %t%{-}%+Lw %=[%d/%m/%y %4c] [%l]" +hardstatus string "%{KW}[%{B}%H%{W}] [%{M}%d/%m/%y %4c%{W}] %=[ %-Lw%{WK}%n+%f %t%{-}%+Lw ]%= [%{C}%l%{W}]" + defutf8 on defkanji utf-8 @@ -15,11 +18,13 @@ encoding utf-8 utf-8 defencoding utf-8 screen -t admin 0 -#split -v -#focus bottom -screen -t ragCloud 1 ssh debian@trolliet.info -#screen -t WeeChat 2 ssh -t raghnarok@ragnas 'screen -dr' +split -v +focus bottom +resize 40% +screen -t WeeChat ssh -t raghnarok@ragnas 'screen -dr' +focus top +screen -t cmus cmus +screen -t ragCloud ssh debian@trolliet.info #split #focus down -screen -t cmus 2 cmus -screen -t rTorrent 3 ssh -t rtorrent@ragnas 'screen -dr' +screen -t rTorrent ssh -t rtorrent@ragnas 'screen -dr' From 19fe81a7239be86b54e589fdf8daf2cbbad65f29 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 May 2020 09:54:22 +0200 Subject: [PATCH 3/3] Add cargo to PATH --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 782c25a..59ec0d8 100644 --- a/.bashrc +++ b/.bashrc @@ -174,3 +174,5 @@ function syncSubSessionCloud() { read -p "Disk number: " disk rsync -av --delete /media/HDD1/NextcloudSS/Sub-Session/ "/media/raghnarok/SubSession$disk/cloud/" } + +export PATH="$HOME/.cargo/bin:$PATH"