fish: config: Reformat config
This commit is contained in:
parent
4a8d9b09a2
commit
0031fb402a
|
@ -11,11 +11,11 @@ function filesize
|
||||||
end
|
end
|
||||||
|
|
||||||
function _fetch
|
function _fetch
|
||||||
# if which pfetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
# if which pfetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
||||||
# export PF_INFO="ascii title os host kernel uptime memory de"
|
# export PF_INFO="ascii title os host kernel uptime memory de"
|
||||||
# #export PF_ASCII="arch"
|
# #export PF_ASCII="arch"
|
||||||
# pfetch
|
# pfetch
|
||||||
# end
|
# end
|
||||||
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
||||||
ufetch
|
ufetch
|
||||||
end
|
end
|
||||||
|
@ -82,6 +82,7 @@ if status is-interactive
|
||||||
|
|
||||||
export VIRTUAL_ENV_DISABLE_PROMPT=0
|
export VIRTUAL_ENV_DISABLE_PROMPT=0
|
||||||
set reload "done"
|
set reload "done"
|
||||||
|
return 0
|
||||||
end
|
end
|
||||||
|
|
||||||
fish_add_path /home/timoxa0/.spicetify
|
fish_add_path /home/timoxa0/.spicetify
|
||||||
|
|
Loading…
Reference in a new issue