mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Update fish profile
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# VERSION: 3.0
|
||||
SETUVAR __done_min_cmd_duration:10000
|
||||
SETUVAR __done_notification_urgency_level:low
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:005fd7
|
||||
@@ -30,3 +30,4 @@ SETUVAR fish_pager_color_completion:\x1d
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
set -gx GPG_TTY (tty)
|
||||
|
||||
alias k='/usr/bin/kubectl --kubeconfig $HOME/.kube/config'
|
||||
alias k3='/usr/bin/kubectl --kubeconfig $HOME/.kube/config-k3s'
|
||||
alias vim=/usr/bin/nvim
|
||||
alias vimdiff='/usr/bin/nvim -d'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
|
||||
Reference in New Issue
Block a user