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 = { settings = {
add_newline = true; add_newline = true;
format = lib.concatStrings [ format = lib.concatStrings [
"$nix_shell"
"$hostname" "$hostname"
"$directory" "$directory"
"$git_branch" "$git_branch"

View File

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