Remove libs that aren't essential
- Id
- 0185a2c24424f7476a0f2d069853af535d4da4a7
- Author
- Caio
- Commit time
- 2012-10-21T15:00:27+02:00
Deleted lib/dircolors.sh
-#!/bin/bash
-
-test -f ~/.dircolors && eval $(dircolors ~/.dircolors) || true
Deleted lib/telnets.sh
-telnets() {
- local host=$1
- local port=${2-443}
- openssl s_client -quiet -connect $host:$port
-}
Deleted lib/tmux.sh
-#!/bin/bash
-
-# Force tmux to use 256 colors
-test -n "$TMUX" && export TERM=screen-256color || true