This commit is contained in:
kp2pml30 2024-07-05 23:21:18 +03:00
parent 67857e5ae8
commit 9b79d32c60
6 changed files with 201 additions and 6 deletions

View file

@ -12,7 +12,7 @@ function read_confirm
end
function fish_greeting
if status is-interactive && ! test -f /encrypt/.exists
if status is-interactive && ! test -f /encrypt/.exists && test -f ~/encrypted.vhdx
if test -f /tmp/.skip-encrypt
echo "Encrypted drive not installed"
return
@ -42,7 +42,7 @@ if test -x ~/.rbenv/bin/rbenv
~/.rbenv/bin/rbenv init - fish | source
end
if test -f ~/.opam/opam-init/init.fish
source /home/r3vdy-2-b10vv/.opam/opam-init/init.fish
source ~/.opam/opam-init/init.fish
end
alias clear="printf '\033[2J\033[3J\033[1;1H'"
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"