Commit 99f159e0 authored by Robby Russell's avatar Robby Russell
Browse files

Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63

parent ed90f182
......@@ -3,7 +3,6 @@ alias pu='pushd'
alias po='popd'
# Basic directory operations
alias .='pwd'
alias ...='cd ../..'
alias -- -='cd -'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment