Skip to content

Commit

Permalink
[bash] Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthdrew committed Oct 19, 2024
1 parent bb7be62 commit d73094c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bash/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ alias rm='rm -i'
alias vi='echo -ne "\e[2 q"; nvi'
alias vim='echo -ne "\e[2 q"; vim'

# tmux
# tmux and tmate
alias t='tmux'
alias ta='tmux a -t Default'
alias tt='tmate -S "/tmp/tmate.sock" new-session -d -s "Default"'
alias tta='tmate -S "/tmp/tmate.sock" attach-session -t "Default"'

#ed
alias ed='echo -ne "\e[3 q"; ed -v -p\*'

0 comments on commit d73094c

Please sign in to comment.