Get rid of omf

This commit is contained in:
Leon Grünewald 2025-01-28 11:35:48 +01:00
parent dfda443254
commit a2e3320007
4 changed files with 0 additions and 26 deletions

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