Skip to content
Snippets Groups Projects
Commit 4c2d0b3b authored by nimrod's avatar nimrod
Browse files

Allow aliases when calling git, xargs.

parent a0fb3c8f
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete"
alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
alias todo="vim \$HOME/Documents/TODO.yml"
alias sudo="sudo "
alias git="git "
alias xargs="xargs "
alias presentation='docker dev adarnimrod/presentation'
alias prune_prerun='find "$HOME" -maxdepth 1 -name ".prerun\.[0-9]*" | grep -v "$(pgrep -u "$(id -u)" "$(basename "$SHELL" )" )" | xargs -r rm'
alias netdata='docker run --detach --name netdata --cap-add SYS_PTRACE --volume /proc:/host/proc:ro --volume /sys:/host/sys:ro --volume /var/run/docker.sock:/var/run/docker.sock --publish 19999:19999 firehol/netdata:alpine'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment