fix freebsd and some font rendering
This commit is contained in:
parent
cbae365fac
commit
9d2434b535
4 changed files with 18 additions and 17 deletions
|
|
@ -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
1
.fonts.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/barak/.config/fontconfig/fonts.conf
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/local/bin/bash
|
||||
|
||||
function main {
|
||||
mv -f .* $HOME
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -n "`which terminator`" ]; then
|
||||
terminator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue