Compare commits
3 commits
c3f6a83129
...
19fe81a723
Author | SHA1 | Date | |
---|---|---|---|
19fe81a723 | |||
512a9ad56f | |||
04d044d7d9 |
3 changed files with 15 additions and 7 deletions
2
.bashrc
2
.bashrc
|
@ -174,3 +174,5 @@ function syncSubSessionCloud() {
|
||||||
read -p "Disk number: " disk
|
read -p "Disk number: " disk
|
||||||
rsync -av --delete /media/HDD1/NextcloudSS/Sub-Session/ "/media/raghnarok/SubSession$disk/cloud/"
|
rsync -av --delete /media/HDD1/NextcloudSS/Sub-Session/ "/media/raghnarok/SubSession$disk/cloud/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
startup_message off
|
startup_message off
|
||||||
|
term xterm-256color
|
||||||
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
||||||
|
|
||||||
hardstatus on
|
hardstatus on
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
startup_message off
|
startup_message off
|
||||||
|
term xterm-256color
|
||||||
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
||||||
|
|
||||||
activity "%c activity -> %n%f %t"
|
activity "%c activity -> %n%f %t"
|
||||||
|
@ -7,7 +8,9 @@ caption splitonly "%{= wK}%-w%?%F%{= bw}%:%{= Wk}%? %n %t %{-}%+w %-= "
|
||||||
hardstatus on
|
hardstatus on
|
||||||
hardstatus alwayslastline
|
hardstatus alwayslastline
|
||||||
#hardstatus string "%{.bW}%?%-Lw%?%{.rW}%n*%f %t%?(%u)%?%{-}%?%+Lw%? %=%{..G}%H%=%{..Y} %D %d/%M/%Y %c:%s"
|
#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
|
defutf8 on
|
||||||
defkanji utf-8
|
defkanji utf-8
|
||||||
|
@ -15,11 +18,13 @@ encoding utf-8 utf-8
|
||||||
defencoding utf-8
|
defencoding utf-8
|
||||||
|
|
||||||
screen -t admin 0
|
screen -t admin 0
|
||||||
#split -v
|
split -v
|
||||||
#focus bottom
|
focus bottom
|
||||||
screen -t ragCloud 1 ssh debian@trolliet.info
|
resize 40%
|
||||||
#screen -t WeeChat 2 ssh -t raghnarok@ragnas 'screen -dr'
|
screen -t WeeChat ssh -t raghnarok@ragnas 'screen -dr'
|
||||||
|
focus top
|
||||||
|
screen -t cmus cmus
|
||||||
|
screen -t ragCloud ssh debian@trolliet.info
|
||||||
#split
|
#split
|
||||||
#focus down
|
#focus down
|
||||||
screen -t cmus 2 cmus
|
screen -t rTorrent ssh -t rtorrent@ragnas 'screen -dr'
|
||||||
screen -t rTorrent 3 ssh -t rtorrent@ragnas 'screen -dr'
|
|
||||||
|
|
Loading…
Reference in a new issue