aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias7
-rw-r--r--misc/vconsole.conf2
-rwxr-xr-xprofile (renamed from profile.sh)0
3 files changed, 8 insertions, 1 deletions
diff --git a/alias b/alias
index 05e979f..2415d91 100644
--- a/alias
+++ b/alias
@@ -564,3 +564,10 @@ vvv() {
564 echo "restarting vim..."; 564 echo "restarting vim...";
565 done 565 done
566} 566}
567
568ip.neigh() {
569 INTERFACES=$(ifconfig | sed -nE 's/^([^ :]+).*$/\1/p')
570 test -z "$1" && echo $INTERFACES && return 0
571
572 ifconfig | sed -nE "/^${1}/,/^$/ s/^ +inet ([0-9.]+) .*$/\1/p"
573}
diff --git a/misc/vconsole.conf b/misc/vconsole.conf
index cc8f224..8a1e7e7 100644
--- a/misc/vconsole.conf
+++ b/misc/vconsole.conf
@@ -1,2 +1,2 @@
1KEYMAP=/home/pham/helper/misc/keymap 1KEYMAP=/usr/share/kbd/keymaps/i386/qwerty/us.map
2FONT=ter-218b 2FONT=ter-218b
diff --git a/profile.sh b/profile
index e689376..e689376 100755
--- a/profile.sh
+++ b/profile