diff --git a/.bashrc b/.bashrc index 843757a..711f803 100644 --- a/.bashrc +++ b/.bashrc @@ -329,6 +329,7 @@ fi if iswindows; then # export PS1=" \[\e[32m\]\u@\H \[\e[33m\]\w\[\e[0m\] \d \t\n\s \# \j \$ " export PS1=" [\[\e[33m\]\w\[\e[0m\]]\n\[\e[32m\]\u@\H\[\e[0m\] \d \t \s.\v\nhist:\# jobs:\j \$ " + alias ls="ls -CFG $(test "$TERM" == dumb || echo --color=auto)" fi ####################### diff --git a/.emacs.el b/.emacs.el old mode 100755 new mode 100644 index 1cdfb53..94ff628 --- a/.emacs.el +++ b/.emacs.el @@ -1528,7 +1528,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer." "@" (or (getenv "HOSTNAME") (substring (shell-command-to-string (or (executable-find "hostname") - ":")) + "echo ''")) 0 -1))) (setq p4 (point)) diff --git a/.profile b/.profile old mode 100755 new mode 100644