From 9e9fb1c8d1867fabe27e1f99143b6d4879d88507 Mon Sep 17 00:00:00 2001 From: 10sr Date: Thu, 8 Dec 2011 10:50:43 +0900 Subject: [PATCH] small changes --- .bashrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 5e08989..8b7a51b 100755 --- a/.bashrc +++ b/.bashrc @@ -9,8 +9,6 @@ safe-cmd(){ test -r /etc/bashrc && . /etc/bashrc -# 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 \$ " export PS1="\$(prompt_function)\$ " # PROMPT_COMMAND=prompt_function export PAGER="less" @@ -323,8 +321,9 @@ if iscygwin; then : alias setclip="tee /dev/clipboard" : alias catclip="cat /dev/clipboard | tr -d \\r" alias cygsu="cygstart /cygwinsetup.exe" - alias emacs="CYGWIN=tty emacs" + alias em="CYGWIN=tty emacs -nw" echo "cygwin bash" + # 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 \$ " fi