Quellcode durchsuchen

small changes for windows

pull/1/head
10sr vor 12 Jahren
Ursprung
Commit
1478b1f9c9
3 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +1
    -0
      .bashrc
  2. +1
    -1
      .emacs.el
  3. +0
    -0
      .profile

+ 1
- 0
.bashrc Datei anzeigen

@@ -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

#######################


+ 1
- 1
.emacs.el Datei anzeigen

@@ -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))


+ 0
- 0
.profile Datei anzeigen


Laden…
Abbrechen
Speichern