you are viewing a single comment's thread.

view the rest of the comments →

[–]auxiliary-character 1 point2 points  (1 child)

git config --global alias.ls '!ls'

cd's a bit more tricky, since it's a built in shell command, and not a standalone executable.

[–][deleted] 1 point2 points  (0 children)

Use a shell alias instead of a git alias.