From aeb3fbc2b9f1a57bf6cad5d142be453cf3c8f5e4 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 7 Dec 2021 02:34:10 -0800 Subject: [PATCH] updated mmux so I basically have two half screen vertical terminals by default --- bashrc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index dd7d1c89..fae5bf1d 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -195,7 +195,7 @@ alias view="viewnior" alias serve="live-server" alias tree="tree -ad -L 3 --prune -C" alias {nv,nvi}="nvim" -alias {mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 3\; send-keys 'clear' C-m\; split-window -h -p 10\; send-keys 'clear && ddgr' C-m\; select-pane -t 0\;" +alias {mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 3\; send-keys 'clear' C-m\; split-window -h -p 50\; send-keys 'clear && ddgr' C-m\; select-pane -t 0\;" alias {cproj,mproj,myproj}="cd '$cproj' && mmux" alias tls="tmux ls" alias ta="tmux a -t" @@ -229,7 +229,7 @@ alias shutdown="doas shutdown -h now" alias reboot="doas reboot" alias log="xfce4-session-logout --logout:wq" alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s" -alias weather="curl -s 'http://wttr.in'" +alias weather="curl -s 'http://wttr.in' && inxi -w" alias ipaddr="curl ifconfig.me" alias killport="fuser -k" alias rmorphans="sudo pacman -Rs $(pacman -Qdtq)"