blah
This commit is contained in:
parent
eb1d9bfedb
commit
8b239e71ce
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ end
|
||||||
setpath /opt/local/bin
|
setpath /opt/local/bin
|
||||||
setpath /opt/homebrew/bin
|
setpath /opt/homebrew/bin
|
||||||
setpath ~/.rbenv/shims
|
setpath ~/.rbenv/shims
|
||||||
|
setpath ~/.rbenv/bin
|
||||||
setpath ~/.pyenv/shims
|
setpath ~/.pyenv/shims
|
||||||
setpath ~/.cargo/bin
|
setpath ~/.cargo/bin
|
||||||
setpath ~/.local/bin
|
setpath ~/.local/bin
|
||||||
|
@ -78,6 +79,7 @@ alias be "bundle exec"
|
||||||
# cd into a temp directory, very useful!
|
# cd into a temp directory, very useful!
|
||||||
alias mkt "cd (mktemp -d)"
|
alias mkt "cd (mktemp -d)"
|
||||||
# Git Aliases
|
# Git Aliases
|
||||||
|
alias lg "lazygit"
|
||||||
alias g "git"
|
alias g "git"
|
||||||
alias gs "g status --short"
|
alias gs "g status --short"
|
||||||
alias gl "g log --color --graph --abbrev-commit --oneline"
|
alias gl "g log --color --graph --abbrev-commit --oneline"
|
||||||
|
|
|
@ -2,4 +2,3 @@ jorgebucaran/fisher
|
||||||
franciscolourenco/done
|
franciscolourenco/done
|
||||||
laughedelic/pisces
|
laughedelic/pisces
|
||||||
oh-my-fish/plugin-foreign-env
|
oh-my-fish/plugin-foreign-env
|
||||||
jorgebucaran/nvm.fish
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue