update dotfiles
This commit is contained in:
@@ -10,12 +10,29 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user