removes some things from fish config

This commit is contained in:
Dennis 2025-10-23 08:40:29 +02:00
parent 342b325a0b
commit 4bc03130ff
7 changed files with 40 additions and 218 deletions

View file

@ -144,7 +144,7 @@
};
interactiveShellInit = ''
fish_config theme choose "Rosé Pine"
fish_config theme choose "modus-vivendi-tinted"
set hn (prompt_hostname)
set fish_cursor_default block blink
@ -172,12 +172,6 @@
g = "git";
gco = "git checkout";
frc = "source ~/.config/fish/**/*.fish";
t = "todo.sh";
p = "pnpm";
pa = "pnpm add";
pad = "pnpm add -D";
pi = "pnpm install";
px = "pnpm dlx";
};
};