Compare commits

...

2 commits

Author SHA1 Message Date
Leon Grünewald
79c577e741 Add sashimi and done 2025-01-28 11:36:05 +01:00
Leon Grünewald
a2e3320007 Get rid of omf 2025-01-28 11:35:48 +01:00
6 changed files with 4 additions and 27 deletions

View file

@ -1 +1,3 @@
jorgebucaran/fisher
isacikgoz/sashimi
franciscolourenco/done

View file

@ -1,8 +1,9 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:3400
SETUVAR _fisher_franciscolourenco_2F_done_files:\x7e/\x2econfig/fish/conf\x2ed/done\x2efish
SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish
SETUVAR _fisher_plugins:jorgebucaran/fisher
SETUVAR _fisher_plugins:jorgebucaran/fisher\x1eisacikgoz/sashimi\x1efranciscolourenco/done
SETUVAR _fisher_upgraded_to_4_4:\x1d
SETUVAR fish_color_autosuggestion:brblack
SETUVAR fish_color_cancel:\x2dr

View file

@ -1,3 +0,0 @@
package git@github.com:PatrickF1/fzf.fish.git
theme default
theme sashimi

View file

@ -1 +0,0 @@
stable

View file

@ -1,21 +0,0 @@
export DENO_INSTALL="$HOME/.deno"
fish_add_path $DENO_INSTALL/bin
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.cargo/bin
export BROWSER="firefox"
if type -q lvim
export EDITOR="lvim"
alias vim lvim
else
export EDITOR="vim"
end
alias gitroot='cd $(git rev-parse --show-toplevel)'
alias dc-up="docker compose up"
alias dc-upd="docker compose up -d"
alias dc-down="docker compose down"
alias kubectl="minikube kubectl --"
# abbr cd $(find ~/workspace -mindepth 1 -maxdepth 1 -type d | sed "s|$HOME|~|g" | fzf)
alias ws="cd ~/workspace/\$(ls ~/workspace | fzf)"

View file

@ -1 +0,0 @@
sashimi