Compare commits

..

No commits in common. "79c577e741b94a909fbe19f093796e3d99a488ac" and "dfda443254fb0d730d3790d599b827ced2309f9a" have entirely different histories.

6 changed files with 27 additions and 4 deletions

View file

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

View file

@ -1,9 +1,8 @@
# 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\x1eisacikgoz/sashimi\x1efranciscolourenco/done
SETUVAR _fisher_plugins:jorgebucaran/fisher
SETUVAR _fisher_upgraded_to_4_4:\x1d
SETUVAR fish_color_autosuggestion:brblack
SETUVAR fish_color_cancel:\x2dr

3
shell/.config/omf/bundle Normal file
View file

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

View file

@ -0,0 +1 @@
stable

View file

@ -0,0 +1,21 @@
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)"

1
shell/.config/omf/theme Normal file
View file

@ -0,0 +1 @@
sashimi