Bläddra i källkod

Removed bogus config

Alois Mahdal 11 år sedan
förälder
incheckning
5f4a8a3609
1 ändrade filer med 0 tillägg och 27 borttagningar
  1. 0
    27
      dotfiles/bash/host/brn-mahdal.bashrc

+ 0
- 27
dotfiles/bash/host/brn-mahdal.bashrc Visa fil

@@ -1,27 +0,0 @@
1
-#!/bin/bash
2
-
3
-### .... ###
4
-### BASH ###
5
-### '''' ###
6
-
7
-make_ps1h() {
8
-    echo "$cyan\h$normal";
9
-}
10
-
11
-# my tools as aliases
12
-alias        mkexec="$HOME/lib/minions/bin/mkexec.pl"
13
-alias opera-lennycz="opera -pd $HOME/.opera-lennycz"
14
-alias        winpdb="$HOME/local/winpdb/winpdb"
15
-
16
-alias diff="colordiff -u"
17
-alias gnucash="LANG=cs_CZ.utf8 gnucash"
18
-
19
-### ...... ###
20
-### OTHERS ###
21
-### '''''' ###
22
-
23
-export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
24
-export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
25
-
26
-export current_project=mobile-issues
27
-