chore: updates here and there
This commit is contained in:
parent
ed190866f5
commit
05708570cb
14 changed files with 58 additions and 67 deletions
|
@ -1,5 +1,7 @@
|
|||
[[ $- != *i* ]] && return
|
||||
|
||||
. ~/.cargo/env
|
||||
|
||||
# ls colors
|
||||
eval "$(dircolors -b)"
|
||||
|
||||
|
@ -104,5 +106,12 @@ alias gcl="git clone"
|
|||
# docker aliases
|
||||
alias dc="docker compose"
|
||||
|
||||
# tmux aliases
|
||||
alias tn="tmux new-session -s"
|
||||
alias ta="tmux a -t"
|
||||
|
||||
# disable xon controll chars
|
||||
stty -ixon
|
||||
|
||||
# print tasks on startup
|
||||
cat ~/.taskell.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue