Skip to content

Commit

Permalink
More powerful f()
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Nov 17, 2014
1 parent 38e57db commit 4acc94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Expand Up @@ -11,7 +11,7 @@ alias ls="ls --group-directories-first --color=auto -v"
alias l="ls"
alias json="jq ."
alias xml="xmllint --format -"
alias f="ag --nocolor -l -g ''"
f(){ ag --nocolor -l -g "$1" "${2:-.}" }

tmrun() { tmux split-window -c `pwd` -l 10 "zsh -ic \"$@;read\"" && tmux last-pane }
tmgem() { tmux new-window -c `bundle show $1` -n "$1" }
Expand Down

0 comments on commit 4acc94d

Please sign in to comment.