39 lines
830 B
Fish
39 lines
830 B
Fish
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
|
|
|
if test (tty) = "/dev/tty1"
|
|
set LOG_FOLDER .log/$(date +%Y%m%d)
|
|
mkdir -p $LOG_FOLDER
|
|
syncthing 2>&1 > $LOG_FOLDER/syncthing.log & disown
|
|
exec driftwm
|
|
end
|
|
|
|
|
|
if status is-interactive
|
|
alias ls="eza --icons --group-directories-first"
|
|
alias c="clear"
|
|
alias cc="cybervis -m neural -c arctic -s 5 -d 8 --no-status"
|
|
|
|
function __ls_after_cd --on-variable PWD
|
|
ls
|
|
end
|
|
|
|
pfetch
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
zoxide init fish --cmd cd | source
|
|
starship init fish | source
|
|
|
|
set EDITOR nvim
|
|
set PATH $PATH:/home/krosh/.local/bin
|
|
|
|
# Added by LM Studio CLI (lms)
|
|
set -gx PATH $PATH /home/krosh/.lmstudio/bin
|
|
# End of LM Studio CLI section
|
|
|
|
|
|
thefuck --alias | source
|
|
|
|
# Created by `pipx` on 2026-05-18 21:21:55
|
|
set PATH $PATH /home/krosh/.local/bin
|