fix freebsd and some font rendering

This commit is contained in:
Barak Michener 2015-08-02 18:44:40 -04:00
parent cbae365fac
commit 9d2434b535
4 changed files with 18 additions and 17 deletions

View file

@ -10,34 +10,34 @@
#alias dir='ls --color=auto --format=vertical'
#alias vdir='ls --color=auto --format=long'
#case `uname` in
#Linux)
case `uname` in
Linux)
alias ls='ls -F --color=auto'
#if [ "$TERM" != "dumb" ]; then
#eval "`dircolors -b`"
#fi
#alias ls='ls -F --color=auto'
#alias open='xdg-open'
#;;
#Darwin)
#alias ls='ls -FG'
#;;
#FreeBSD)
#alias ls='ls -FG'
#;;
#SunOS)
;;
Darwin)
alias ls='ls -FG'
;;
FreeBSD)
alias ls='ls -FG'
;;
SunOS)
#alias ls='ls -F'
#;;
#*)
;;
*)
#if [ "$TERM" != "dumb" ]; then
#eval "`dircolors -b`"
#fi
#alias ls='ls --color=auto'
#;;
#esac
;;
esac
alias ls='ls -F --color=auto'
# some more ls aliases
alias ll='ls -lF'
#alias la='ls -A'

1
.fonts.conf Symbolic link
View file

@ -0,0 +1 @@
/home/barak/.config/fontconfig/fonts.conf

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/local/bin/bash
function main {
mv -f .* $HOME

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ -n "`which terminator`" ]; then
terminator