Skip to content

Commit

Permalink
remove unused aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
circled9 committed May 7, 2023
1 parent a0c5f66 commit d146d63
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ alias ll='ls -al'
case ${OSTYPE} in
darwin*)
alias code='open -b com.microsoft.VSCODE'
alias subl='open -b com.sublimetext.3'
alias smerge='open -b com.sublimemerge'
alias stree='open -b com.torusknot.SourceTreeNotMAS'
;;
esac

Expand All @@ -34,21 +32,6 @@ function vi-fzf() {
vim $moveto
}

function nodenv-fzf() {
nodenv versions | fzf --reverse | sed -e 's/* //g' | xargs nodenv local && nodenv version
}

function rbenv-fzf() {
rbenv versions | fzf --reverse | sed -e 's/* //g' | xargs rbenv local && rbenv version
}

function pyenv-fzf() {
pyenv versions | fzf --reverse | sed -e 's/* //g' | xargs pyenv local && pyenv version
}

alias fcd=cd-fzf
alias cr=ghq-fzf
alias fvim=vi-fzf
alias fjs=nodenv-fzf
alias frb=rbenv-fzf
alias fpy=pyenv-fzf

0 comments on commit d146d63

Please sign in to comment.