Skip to content
Snippets Groups Projects
Commit 9b6cd52b authored by nimrod's avatar nimrod
Browse files

Remove the git alias expansion.

I think I added it to expand aliases with `git exec`. But now `git rm`
fails because it expands the `rm` alias.
parent 5be62651
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,6 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete" ...@@ -93,7 +93,6 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete"
alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\"" alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
alias todo="vim \$HOME/Documents/TODO.yml" alias todo="vim \$HOME/Documents/TODO.yml"
alias sudo="sudo " alias sudo="sudo "
alias git="git "
alias xargs="xargs " alias xargs="xargs "
alias monitor="monitor " alias monitor="monitor "
alias sudome="sudome " alias sudome="sudome "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment