caio.co/de/bash.d

Remove libs that aren't essential

Id
0185a2c24424f7476a0f2d069853af535d4da4a7
Author
Caio
Commit time
2012-10-21T15:00:27+02:00

Deleted lib/dircolors.sh

@@ -1,3 +1,0
-#!/bin/bash
-
-test -f ~/.dircolors && eval $(dircolors ~/.dircolors) || true

Deleted lib/telnets.sh

@@ -1,5 +1,0
-telnets() {
- local host=$1
- local port=${2-443}
- openssl s_client -quiet -connect $host:$port
-}

Deleted lib/tmux.sh

@@ -1,4 +1,0
-#!/bin/bash
-
-# Force tmux to use 256 colors
-test -n "$TMUX" && export TERM=screen-256color || true