diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index b246c99..c8b7a0a 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -20,6 +20,7 @@ end setpath /opt/local/bin setpath /opt/homebrew/bin setpath ~/.rbenv/shims +setpath ~/.rbenv/bin setpath ~/.pyenv/shims setpath ~/.cargo/bin setpath ~/.local/bin @@ -78,6 +79,7 @@ alias be "bundle exec" # cd into a temp directory, very useful! alias mkt "cd (mktemp -d)" # Git Aliases +alias lg "lazygit" alias g "git" alias gs "g status --short" alias gl "g log --color --graph --abbrev-commit --oneline" diff --git a/dot_config/fish/fish_plugins b/dot_config/fish/fish_plugins index a181571..0a6ba2e 100644 --- a/dot_config/fish/fish_plugins +++ b/dot_config/fish/fish_plugins @@ -2,4 +2,3 @@ jorgebucaran/fisher franciscolourenco/done laughedelic/pisces oh-my-fish/plugin-foreign-env -jorgebucaran/nvm.fish