From 0d88a9bb57fd9544c902b3a08897ba79b01a2aa0 Mon Sep 17 00:00:00 2001 From: kou029w Date: Wed, 20 Feb 2013 21:48:59 +0900 Subject: [PATCH] =?UTF-8?q?+export=20TRASH=3D"~/.Trash/"=E3=81=A8=E3=81=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shellscript/.bashrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shellscript/.bashrc b/shellscript/.bashrc index 1348ce6..7e85185 100644 --- a/shellscript/.bashrc +++ b/shellscript/.bashrc @@ -3,6 +3,8 @@ #fi #export LANG +PATH="~/bin:$PATH" + PS1='\[\e[1;32m\]\D{%F %T}\[\e[0m\] \[\e[1;34m\]\w\[\e[0;1m\] \$ \[\e[0m\]' #if [ "$TERM" == "xterm" ]; then @@ -26,6 +28,7 @@ export HISTFILESIZE=$((HISTSIZE*2)) export HISTCONTROL=ignoredups export HISTTIMEFORMAT='%Y-%m-%d %T ' +export TRASH="~/.Trash/" #complete -c man sudo gksu complete -c man sudo @@ -45,4 +48,7 @@ alias f=find alias o=open #alias d=gvfs-trash #alias rm='gmv -f --backup=numbered --target-directory ~/.Trash' -alias rm='mv -f --target-directory ~/.Trash' +#alias rm='mv -f --target-directory ~/.Trash' + +### Added by the Heroku Toolbelt +export PATH="/usr/local/heroku/bin:$PATH"