mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Added tmux default
This commit is contained in:
@@ -64,3 +64,4 @@ if type "$docker" > /dev/null; then
|
|||||||
alias docker-rm-untagged='docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")'
|
alias docker-rm-untagged='docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias tmux='tmux attach || tmux'
|
||||||
|
|||||||
4
zshrc
4
zshrc
@@ -83,3 +83,7 @@ source ~/.bash_aliases
|
|||||||
export PATH=$PATH:/home/fergalm/dotfiles/bin
|
export PATH=$PATH:/home/fergalm/dotfiles/bin
|
||||||
|
|
||||||
source '/home/fergalm/lib/azure-cli/az.completion'
|
source '/home/fergalm/lib/azure-cli/az.completion'
|
||||||
|
|
||||||
|
# If not running interactively, do not do anything
|
||||||
|
#[[ $- != *i* ]] && return
|
||||||
|
#[[ -z "$TMUX" ]] && exec tmux
|
||||||
|
|||||||
Reference in New Issue
Block a user