mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
Configure tide right prompt with kubectl
This commit is contained in:
parent
fbb6fe154f
commit
eae46621d8
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ set -gx LIBRARY_PATH $LIBRARY_PATH /usr/local/opt/openssl/lib/
|
||||||
set -gx EDITOR vim
|
set -gx EDITOR vim
|
||||||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||||
|
|
||||||
|
set -g tide_right_prompt_items status cmd_duration context jobs virtual_env rustc go kubectl
|
||||||
|
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
alias wg "sudo wg"
|
alias wg "sudo wg"
|
||||||
alias wg-quick "sudo wg-quick"
|
alias wg-quick "sudo wg-quick"
|
||||||
|
|
Loading…
Reference in a new issue