dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit bbf17ae7034acf8f8e3733f9b6affd664c246b45
parent a0cb07da32dfcbdef55671c7c7cafb25dad45765
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 24 Aug 2014 12:26:36 -0700

Merge branch 'master' of https://github.com/edvb54/dotfiles

Diffstat:
bashrc | 4++++
bin/$ | 5+++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/bashrc b/bashrc @@ -133,4 +133,8 @@ ipls () { ifconfig | grep 'inet addr:' | awk {'print $2'} } +mkcd () { + [ -n "$1" ] && mkdir -p "$@" && cd "$1" +} + #}}} diff --git a/bin/$ b/bin/$ @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "\033[0;31mWHY YOU COPY COMMANDS FROM THE INTERNET?!?!\033[m" +"$@" +