some things

This commit is contained in:
Barak Michener 2013-04-25 19:15:40 -04:00
parent 58bf0312c0
commit 68f3854364
4 changed files with 5 additions and 2 deletions

View file

@ -37,6 +37,7 @@ 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'

View file

@ -1,3 +1,4 @@
set PATH ~/bin /bin /sbin /usr/local/bin /usr/local/sbin /usr/bin /usr/sbin ~/.cabal/bin /usr/lib/go/bin ~/.gem/ruby/1.9.1/bin $PATH set PATH ~/bin /bin /sbin /usr/local/bin /usr/local/sbin /usr/bin /usr/sbin ~/.cabal/bin /usr/lib/go/bin ~/.gem/ruby/1.9.1/bin $PATH
set fish_greeting ""
. ~/.bash_aliases . ~/.bash_aliases

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
xrdb -merge .Xdefaults & xrdb -merge .Xdefaults &

3
.zshrc
View file

@ -73,7 +73,8 @@ export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04'
#$SCREENME true || echo -ne "\ekzsh\e\\" #$SCREENME true || echo -ne "\ekzsh\e\\"
#} #}
PROMPT='$PR_STITLE$PR_LIGHT_BLUE($PR_LIGHT_YELLOW%D{%H:%M}|%!$PR_BLUE%)[%(!.$PR_RED.$PR_GREEN)%n@%m$PR_LIGHT_CYAN %~$PR_BLUE]$PR_NO_COLOUR%(!.#.$) ' PROMPT='$PR_STITLE$PR_LIGHT_BLUE($PR_LIGHT_YELLOW%D{%H:%M}|%!$PR_BLUE%)[%(!.$PR_RED.$PR_GREEN)%n@%m$PR_LIGHT_CYAN %~$PR_BLUE]$PR_NO_COLOUR
%(!.#.$) '
#source .zshprompt #source .zshprompt
#source ~/.zsh_profile #source ~/.zsh_profile