add nixshell to zsh & starship

This commit is contained in:
Hadi
2025-04-11 16:32:23 +02:00
parent 63e4cee9b0
commit 7b04553470
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ in {
settings = {
add_newline = true;
format = lib.concatStrings [
"$nix_shell"
"$hostname"
"$directory"
"$git_branch"

View File

@@ -100,6 +100,8 @@ in {
"nvim ~/nextcloud/notes/index.md --cmd 'cd ~/nextcloud/notes' -c ':Telescope find_files'";
note = "notes";
nix-shell = "nix-shell --command zsh";
# git
g = "lazygit";
ga = "git add";