From 8b239e71ceb18e5dc66d4c69c38e3902e27b7e68 Mon Sep 17 00:00:00 2001 From: liv Date: Mon, 16 Oct 2023 12:41:49 +0200 Subject: [PATCH] blah --- dot_config/fish/config.fish | 2 ++ dot_config/fish/fish_plugins | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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