From df4fa7ba97367054d8073e9f9626b28d8936d941 Mon Sep 17 00:00:00 2001 From: mitty Date: Tue, 1 Jun 2010 08:06:52 +0000 Subject: [PATCH] * rename bin/ to '.bin/' * only appear on 'ls -a' git-svn-id: https://lab.mitty.jp/svn/lab/trunk@39 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- .bash_profile | 4 ++-- {bin => .bin}/get_ip_from_ifconfig.pl | 0 {bin => .bin}/get_ip_from_ioctl.pl | 0 {bin => .bin}/smartgrep | 0 {bin => .bin}/svnst | 0 {bin => .bin}/wake | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename {bin => .bin}/get_ip_from_ifconfig.pl (100%) rename {bin => .bin}/get_ip_from_ioctl.pl (100%) rename {bin => .bin}/smartgrep (100%) rename {bin => .bin}/svnst (100%) rename {bin => .bin}/wake (100%) diff --git a/.bash_profile b/.bash_profile index 91c8ae0..21e6365 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,6 +1,6 @@ # set PATH so it includes user's private bin if it exists -if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" +if [ -d "$HOME/.bin" ] ; then + PATH="$HOME/.bin:$PATH" fi /usr/bin/screen -d -RR -U diff --git a/bin/get_ip_from_ifconfig.pl b/.bin/get_ip_from_ifconfig.pl similarity index 100% rename from bin/get_ip_from_ifconfig.pl rename to .bin/get_ip_from_ifconfig.pl diff --git a/bin/get_ip_from_ioctl.pl b/.bin/get_ip_from_ioctl.pl similarity index 100% rename from bin/get_ip_from_ioctl.pl rename to .bin/get_ip_from_ioctl.pl diff --git a/bin/smartgrep b/.bin/smartgrep similarity index 100% rename from bin/smartgrep rename to .bin/smartgrep diff --git a/bin/svnst b/.bin/svnst similarity index 100% rename from bin/svnst rename to .bin/svnst diff --git a/bin/wake b/.bin/wake similarity index 100% rename from bin/wake rename to .bin/wake -- 1.7.9.5