Tom 12 năm trước cách đây
mục cha
commit
19cc5bbbc4
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      .bashrc

+ 4 - 4
.bashrc

@@ -4,18 +4,18 @@ PS1="\[\e[1;32m\]\h:\W \u$\[\e[0m\] "
 # todo: rbenv
 
 # cool aliases bro
-alias start-ubuntu=`locate vmrun`' -T fusion start ~/Documents/Virtual\ Machines.localized/Ubuntu\ Server.vmwarevm nogui && open smb://ubuntu/share'
+alias start-ubuntu="`locate vmrun` -T fusion start ~/Documents/Virtual\ Machines.localized/Ubuntu\ Server.vmwarevm nogui && open smb://ubuntu/share"
 alias restart-sound="sudo kill -9 `ps ax|grep 'coreaudio[a-z]' |awk '{print $1}'`"
 alias start-http='python -m SimpleHTTPServer'
 
 alias git-fancy-log="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative"
 alias git-timesheet='git log --pretty=format:"%C(yellow)%h%Creset  %C(green)%ad%Creset  %C(cyan)%s" --author="`git config --get user.name`" --since='6am''
 
-alias production='export RAILS_ENV=production' && echo "Rails: $RAILS_ENV"
-alias development='export RAILS_ENV=development' && echo "Rails: $RAILS_ENV"
+alias production='export RAILS_ENV=production && echo "Rails: $RAILS_ENV"'
+alias development='export RAILS_ENV=development && echo "Rails: $RAILS_ENV"'
 
 # some more ls aliases from ubuntu
-eval `dircolors`
+eval `dircolors 2> /dev/null`
 alias ll='ls -alF'
 alias la='ls -A'
 alias l='ls -CF'