mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore: Remove rust env from .bashrc, move tmux aliases here, redundant
path setting removed from .profile
This commit is contained in:
@@ -33,6 +33,13 @@ mkcd() {
|
||||
cd "$1" || exit
|
||||
}
|
||||
|
||||
# Tmux
|
||||
command -v tmux >/dev/null && alias ta="tmux a"
|
||||
command -v tmux >/dev/null && alias tat="tmux a -t"
|
||||
command -v tmux >/dev/null && alias tls="tmux ls"
|
||||
command -v tmux >/dev/null && alias tnew="tmux new"
|
||||
command -v tmux >/dev/null && alias tnewt="tmux new -t"
|
||||
|
||||
# Network
|
||||
alias ping="ping -c 10"
|
||||
alias ping8="ping 8.8.8.8"
|
||||
|
||||
Reference in New Issue
Block a user