fix: starship with bash, vscode

This commit is contained in:
ryan4yin
2023-05-07 16:46:59 +08:00
parent 82f0248cf6
commit ed7ebb0802
5 changed files with 28 additions and 21 deletions

View File

@@ -116,8 +116,10 @@
exa.enable = true; # A modern replacement for ls
jq.enable = true; # A lightweight and flexible command-line JSON processor
ssh.enable = true;
aria2.enable = true;
aria2.enable = true; # a
# skim provides a single executable: sk.
# Basically anywhere you would want to use grep, try sk instead.
skim = {
enable = true;
enableZshIntegration = true;