shell: small fixes

This commit is contained in:
Marco Thomas
2023-07-10 16:28:57 +02:00
parent 4cd55ff5f7
commit b72f73b985
4 changed files with 4 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ alias truecolor='curl -s https://raw.githubusercontent.com/JohnMorales/dotfiles/
alias nssh='SSH_AUTH_SOCK= ssh'
alias cpu='watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"'
alias fixagent='eval $(tmux show-env -s | grep "^SSH_")'
alias whatsmyip='curl https://ipinfo.io/ip ; echo'
# nmcli
alias con='nmcli con'