Get rid of omf
This commit is contained in:
parent
dfda443254
commit
a2e3320007
4 changed files with 0 additions and 26 deletions
|
@ -1,3 +0,0 @@
|
||||||
package git@github.com:PatrickF1/fzf.fish.git
|
|
||||||
theme default
|
|
||||||
theme sashimi
|
|
|
@ -1 +0,0 @@
|
||||||
stable
|
|
|
@ -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)"
|
|
|
@ -1 +0,0 @@
|
||||||
sashimi
|
|
Loading…
Reference in a new issue