Updated config
This commit is contained in:
parent
2b10bd8763
commit
6df433b2fd
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,13 @@ end
|
||||||
|
|
||||||
function init_session
|
function init_session
|
||||||
tmux new-session -d -s main -d -x (tput cols) -y (tput lines)
|
tmux new-session -d -s main -d -x (tput cols) -y (tput lines)
|
||||||
tmux split-window -v -l 10 journalctl -f
|
|
||||||
|
if command -q journalctl
|
||||||
|
tmux split-window -v -l 10 journalctl -f
|
||||||
|
else
|
||||||
|
tmux split-window -v -l 10 tail -f /var/log/messages
|
||||||
|
end
|
||||||
|
|
||||||
tmux select-pane -t 0
|
tmux select-pane -t 0
|
||||||
tmux split-window -h -l 50 btop
|
tmux split-window -h -l 50 btop
|
||||||
tmux select-pane -t 0
|
tmux select-pane -t 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue