Check for remote path before loading prompt
This commit is contained in:
parent
0e0346dafc
commit
67f90d20f6
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
home.file.".latexmkrc".text = ''
|
home.file.".latexmkrc".text = ''
|
||||||
$pdf_mode = 1;
|
$pdf_mode = 1;
|
||||||
$pdflatex = 'lualatex %O %S';
|
|
||||||
$pdf_previewer = 'evince %O %S';
|
$pdf_previewer = 'evince %O %S';
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
@ -46,13 +46,13 @@
|
||||||
|
|
||||||
initExtraFirst = ''
|
initExtraFirst = ''
|
||||||
ZVM_VI_INSERT_ESCAPE_BINDKEY=jj
|
ZVM_VI_INSERT_ESCAPE_BINDKEY=jj
|
||||||
|
source ${./files/waypipe.zsh}
|
||||||
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
|
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
|
||||||
source ${./files/p10k.zsh}
|
source ${./files/p10k.zsh}
|
||||||
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||||
function zvm_after_init() {
|
function zvm_after_init() {
|
||||||
source ${./files/term.zsh}
|
source ${./files/term.zsh}
|
||||||
source ${./files/completion.zsh}
|
source ${./files/completion.zsh}
|
||||||
source ${./files/waypipe.zsh}
|
|
||||||
if [ -n "\$\{commands[fzf-share]\}" ]; then
|
if [ -n "\$\{commands[fzf-share]\}" ]; then
|
||||||
source "$(fzf-share)/key-bindings.zsh"
|
source "$(fzf-share)/key-bindings.zsh"
|
||||||
source "$(fzf-share)/completion.zsh"
|
source "$(fzf-share)/completion.zsh"
|
||||||
|
|
Loading…
Reference in New Issue