Skip to content
Snippets Groups Projects
Commit 04cc6907 authored by nimrod's avatar nimrod
Browse files

Revert "Alias some commands to run with monitor."

This reverts commit 208c1bcc. Now all
commands are monitored.
parent 0abedcc7
No related branches found
No related tags found
No related merge requests found
...@@ -47,23 +47,6 @@ export LESS_TERMCAP_se=$'\E[0m' ...@@ -47,23 +47,6 @@ export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m' export LESS_TERMCAP_us=$'\E[01;32m'
export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_ue=$'\E[0m'
alias make='monitor make '
alias packer='monitor packer '
alias terraform='monitor terraform '
alias ansible-playbook='monitor ansible-playbook '
alias kops='monitor kops '
alias wget='monitor wget '
alias mysqldump='monitor mysqldump '
alias mysqldump-loader='monitor mysqldump-loader '
alias pg_dump='monitor pg_dump '
alias pg_dumpall='monitor pg_dumpall '
alias pipenv='monitor pipenv '
alias debootstrap='monitor debootstrap '
alias fab='monitor fab '
alias scp='monitor scp '
alias rsync='monitor rsync '
alias tar='monitor tar '
alias tox='monitor tox '
alias ll='ls -lha' alias ll='ls -lha'
alias la='ls -A' alias la='ls -A'
alias l='ls -CF' alias l='ls -CF'
...@@ -122,8 +105,8 @@ alias bell="printf '\\a'" ...@@ -122,8 +105,8 @@ alias bell="printf '\\a'"
command -v notify-send > /dev/null || alias notify-send='bell' command -v notify-send > /dev/null || alias notify-send='bell'
alias detectproxy='w3m http://detectportal.firefox.com/success.txt' alias detectproxy='w3m http://detectportal.firefox.com/success.txt'
alias color='less --raw-control-chars -p' alias color='less --raw-control-chars -p'
alias pip2='monitor python2 -m pip' alias pip2='python2 -m pip'
alias pip3='monitor python3 -m pip' alias pip3='python3 -m pip'
# shellcheck disable=SC2139 # shellcheck disable=SC2139
alias rc_update="make --directory $HOME --always-make" alias rc_update="make --directory $HOME --always-make"
alias gen-ssh-config="rc_update .ssh/config" alias gen-ssh-config="rc_update .ssh/config"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment