Compare commits

...

2 Commits

Author SHA1 Message Date
84bf4e6ee2
programs: reinstate python-black
forgor to reinstate this with pyright coming back
2024-03-22 20:36:46 -04:00
0738247079
fish: only source aliases in interactive mode 2024-03-22 20:35:38 -04:00
2 changed files with 3 additions and 5 deletions

View File

@ -127,6 +127,7 @@ inkscape
typescript
typescript-language-server
pyright
python-black
bash-language-server
vscode-css-languageserver
rust-analyzer

View File

@ -2,15 +2,12 @@ if test -z "$SYSTEM_PROFILE"
set -gx SYSTEM_PROFILE SLIM
end
source ~/.config/fish/aliases.fish
# Set GPG_TTY
gpgt
# Disable fish greeting
set fish_greeting ""
if status --is-interactive
source ~/.config/fish/aliases.fish
# Enable Vi bindings
fish_hybrid_key_bindings