Various updates
This commit is contained in:
parent
5b4686f3b9
commit
e6ff121cc7
6 changed files with 19 additions and 1 deletions
1
config/fish/conf.d/deno.fish
Normal file
1
config/fish/conf.d/deno.fish
Normal file
|
|
@ -0,0 +1 @@
|
|||
source "/home/green/.deno/env.fish"
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export GOROOT:/usr/lib64/go1\x2e26\x2e5/go
|
||||
SETUVAR --export SOPS_AGE_KEY_FILE:/home/green/\x2eage/key\x2etxt
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR fish_user_paths:/usr/lib64/go1\x2e26\x2e5/go/bin\x1e/home/green/\x2ecargo/bin\x1e/home/green/\x2elocal/bin\x1e/home/green/\x2elocal/share/npm/bin
|
||||
|
|
|
|||
3
config/fish/functions/k.fish
Normal file
3
config/fish/functions/k.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function k --wraps kubectl --description 'alias kubectl'
|
||||
kubectl $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue