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 dir='ls --color=auto --format=vertical'
|
||||||
#alias vdir='ls --color=auto --format=long'
|
#alias vdir='ls --color=auto --format=long'
|
||||||
|
|
||||||
#case `uname` in
|
case `uname` in
|
||||||
#Linux)
|
Linux)
|
||||||
|
alias ls='ls -F --color=auto'
|
||||||
#if [ "$TERM" != "dumb" ]; then
|
#if [ "$TERM" != "dumb" ]; then
|
||||||
#eval "`dircolors -b`"
|
#eval "`dircolors -b`"
|
||||||
#fi
|
#fi
|
||||||
#alias ls='ls -F --color=auto'
|
#alias ls='ls -F --color=auto'
|
||||||
#alias open='xdg-open'
|
#alias open='xdg-open'
|
||||||
#;;
|
;;
|
||||||
#Darwin)
|
Darwin)
|
||||||
#alias ls='ls -FG'
|
alias ls='ls -FG'
|
||||||
#;;
|
;;
|
||||||
#FreeBSD)
|
FreeBSD)
|
||||||
#alias ls='ls -FG'
|
alias ls='ls -FG'
|
||||||
#;;
|
;;
|
||||||
#SunOS)
|
SunOS)
|
||||||
#alias ls='ls -F'
|
#alias ls='ls -F'
|
||||||
#;;
|
;;
|
||||||
#*)
|
*)
|
||||||
#if [ "$TERM" != "dumb" ]; then
|
#if [ "$TERM" != "dumb" ]; then
|
||||||
#eval "`dircolors -b`"
|
#eval "`dircolors -b`"
|
||||||
#fi
|
#fi
|
||||||
#alias ls='ls --color=auto'
|
#alias ls='ls --color=auto'
|
||||||
#;;
|
;;
|
||||||
#esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
alias ls='ls -F --color=auto'
|
|
||||||
# some more ls aliases
|
# some more ls aliases
|
||||||
alias ll='ls -lF'
|
alias ll='ls -lF'
|
||||||
#alias la='ls -A'
|
#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 {
|
function main {
|
||||||
mv -f .* $HOME
|
mv -f .* $HOME
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ -n "`which terminator`" ]; then
|
if [ -n "`which terminator`" ]; then
|
||||||
terminator
|
terminator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue