1
0
Tom 12 жил өмнө
parent
commit
c762e07880
2 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 1 1
      .bashrc
  2. 2 0
      .gitconfig

+ 1 - 1
.bashrc

@@ -1,7 +1,7 @@
 PS1="\[\e[1;32m\]\h:\W \u$\[\e[0m\] "
 
 # 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'
 

+ 2 - 0
.gitconfig

@@ -20,3 +20,5 @@
  added = yellow
  changed = green
  untracked = cyan
+[help]
+	autocorrect = 10