makefile updates

master
Sebastian Tramp 2011-01-10 11:30:46 +01:00
parent 7afa226999
commit 9e2841a33e
3 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,18 @@
update:
hg pull -q --repository autojump
@hg update --repository autojump
hg pull -q --repository zsh-syntax-highlighting
@hg update --repository zsh-syntax-highlighting
hg pull -q --repository oh-my-zsh
@hg update --repository oh-my-zsh
hg pull -q --repository fizsh
@hg update --repository fizsh
install:
mv ../.zshrc zshrc.bak
ln -s zshrc ../.zshrc
touch history private
hg clone git://github.com/joelthelion/autojump.git
hg clone git://github.com/nicoulaj/zsh-syntax-highlighting.git
hg clone git://github.com/robbyrussell/oh-my-zsh.git
hg clone git://fizsh.git.sourceforge.net/gitroot/fizsh/fizsh

View File

@ -12,9 +12,6 @@ alias vedit=" $EDITOR ~/.vimrc"
#alias man="unset PAGER; man"
alias grep='grep --color=auto'
# g for go! is more natural than the autojumps j command
alias g=j
##### standard aliases (start with a space to be ignored in history)
alias ls='ls --color=auto'
alias ll=' ls -lhF'
@ -22,7 +19,7 @@ alias la=' ls -A'
alias l=' ls -CF'
alias v=" clear; ls -Flgh"
alias psgrep='ps aux|grep '
alias g='ps aux|grep '
alias d=' dirs -v'
alias ..=' cd ..; ls'

View File

@ -92,6 +92,7 @@ add-zsh-hook preexec promptSetMultiplexerTabTitle
# setup tmux environment (context + status)
# TODO: shorten the path variable
# TODO: remove sudo if available...
function tmuxChangeDirectory () {
# set the tmux status line
if [[ "$TMUX" != "" ]]; then