From 06166605b4367ea72616692bd436c7b7656f8057 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 27 Mar 2022 02:13:55 -0700 Subject: [PATCH] deprecated tmux in favor of kitty, keep tmux package/aliases in case of need in tty --- bashrc.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 21af7ac9..9121804e 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -243,13 +243,9 @@ alias listen="ss -a -t -p" alias {pdf2,pdf2txt}="pdftotext" alias tree="tree -ad -L 3 --prune -C" alias {nv,nvi}="nvim" -alias {bmux,mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 3\; split-window -h -p 50\; select-pane -t 0\;" -alias {cproj,mproj,myproj}="cd '$cproj' && mmux" +alias {cproj,mproj,myproj}="cd '$cproj'" alias mon="nodemon" alias localhost="firefox-developer-edition localhost:3000" -alias tls="tmux ls" -alias ta="tmux a -t" -alias tkill="tmux kill-ses -t" alias {mi,mic}="micro" alias {mysql,maria,mdb}="mariadb" alias rsm="doas rsm" @@ -365,5 +361,9 @@ if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integr # DEPRECATED aliases (noted here for posterity): # pjson is now easily replaced by package jq -#alias pjson="json_pp | pygmentize -l json" # pipe expected json output through pjson to prettify it +# alias pjson="json_pp | pygmentize -l json" # pipe expected json output through pjson to prettify it +# alias {bmux,mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 3\; split-window -h -p 50\; select-pane -t 0\;" +# alias tls="tmux ls" +# alias ta="tmux a -t" +# alias tkill="tmux kill-ses -t"