Skip to content

Commit e1dcef2

Browse files
committed
Remove docker alias that is no longer needed for Ubuntu systems.
1 parent 67faff4 commit e1dcef2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bashrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ else
5151
alias macvim='/Applications/MacVim.app/Contents//MacOS/MacVim'
5252
fi
5353

54-
# Ubuntu specific alias for docker.
55-
[ $(grep -i ubuntu /etc/os-release 2>/dev/null | wc -l) -gt 0 ] && alias docker='docker.io'
56-
5754
# rbenv
5855
[ -e ~/.rbenvrc ] && . ~/.rbenvrc
5956

0 commit comments

Comments
 (0)