fish: add more stuff
This commit is contained in:
parent
a099423896
commit
1a5926e858
@ -1,8 +1,13 @@
|
|||||||
|
set PATH ~/bin $PATH
|
||||||
|
|
||||||
export EDITOR=(which nvim; or which vim; or which vi)
|
export EDITOR=(which nvim; or which vim; or which vi)
|
||||||
export EMAIL='gebner@gebner.org'
|
export EMAIL='gebner@gebner.org'
|
||||||
export BROWSER=xdg-open
|
export BROWSER=xdg-open
|
||||||
alias vi="$EDITOR"
|
alias vi="$EDITOR"
|
||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
|
alias gp='git push'
|
||||||
|
|
||||||
|
alias ns (echo nix-shell --command (which fish))
|
||||||
|
|
||||||
set -g theme_display_vagrant no
|
set -g theme_display_vagrant no
|
||||||
set -g theme_display_k8s_context no
|
set -g theme_display_k8s_context no
|
||||||
|
Loading…
Reference in New Issue
Block a user