more git/docker/http CLI friendly tools/aliases

- also thank you Kevin
This commit is contained in:
MorganGeek
2020-03-06 12:19:52 +01:00
parent dd01934403
commit a111ae0168
6 changed files with 39 additions and 4 deletions

View File

@ -8,6 +8,8 @@ alias gcls='git clone --depth 1 --recurse-submodules'
alias cm='chezmoi'
alias grep='rg'
alias npmlist='npm list -g --depth 0'
alias lg='lazygit'
alias lzd='lazydocker'
# Jira
alias jirasearch='issues'
@ -88,6 +90,7 @@ alias hist='history'
alias music='baton'
alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH
alias ping='prettyping -c 5 --nolegend' # Stop after sending count ECHO_REQUEST packets
alias https='http --default-scheme=https' # useful alias stealed from a colleague. http is provided by httpie
alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
alias root='sudo -i'
alias s=ls