Compare commits
2 commits
dfda443254
...
79c577e741
Author | SHA1 | Date | |
---|---|---|---|
|
79c577e741 | ||
|
a2e3320007 |
6 changed files with 4 additions and 27 deletions
|
@ -1 +1,3 @@
|
|||
jorgebucaran/fisher
|
||||
isacikgoz/sashimi
|
||||
franciscolourenco/done
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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