Skip to content

Commit

Permalink
tweak aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
tdy committed Mar 4, 2013
1 parent 6106be6 commit 2653620
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[ $- != *i* ]] && return # interactive session
. $HOME/.dir_colors
. "$HOME/.dir_colors"
complete -cf sudo
PS1='\u@\[\e[0;32m\]\h\[\e[0m\]:\w\[\e[0;32m\]%\[\e[0m\] '

Expand All @@ -16,11 +16,6 @@ export XDG_DATA_DIRS=/usr/share
export XDG_CONFIG_DIRS=/etc/xdg
export XDG_CACHE_HOME="$HOME/.cache"

function aurploader() {
makepkg --source -f
/usr/bin/aurploader -k -a -l "$XDG_CONFIG_HOME/aurploader.conf" "$@"
}

alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias startx='exec startx'
Expand All @@ -30,3 +25,8 @@ alias ctw='ctw --refresh=10 --nometric'
alias mplayer='mplayer -fs'
alias pianobar="$XDG_CONFIG_HOME/pianobar/control-pianobar.sh p"
alias ipython2='ipython2 --no-confirm-exit'
alias ipy='ipython2 --no-confirm-exit'

function aurploader() {
makepkg -fSA && /usr/bin/aurploader -kal "$XDG_CONFIG_HOME/aurploader.conf" "$@"
}

0 comments on commit 2653620

Please sign in to comment.