diff --git a/.bashrc b/.bashrc index 79ab36a..61c8421 100755 --- a/.bashrc +++ b/.bashrc @@ -108,15 +108,6 @@ _git_top() { fi } -function up() { - num=1 - if [ $# -gt 0 ]; then - num=$1 - fi - - cd $(printf '../%.0s' $(seq 1 $num)) -} - # Add color shortcuts if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then c_reset=`tput sgr0`