From 17fa2c0a74f0129c622f38879dac9f7d2e3a4aa0 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 11 Feb 2023 16:24:14 -0600 Subject: feat: split `.zshrc` to individual files split `$XDG_CONFIG_HOME/zsh/.zshrc` up into `$XDG_CONFIG_HOME/zsh/.zshrc.d/*`. This allows for better management and prioritization between different tool's env. Similar to what was done to `.profile` in e712243 (feat: split `.profile` to individual files, 2023-02-10). --- starship/.config/zsh/.zshrc.d/70-starship.zsh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 starship/.config/zsh/.zshrc.d/70-starship.zsh (limited to 'starship/.config/zsh/.zshrc.d') diff --git a/starship/.config/zsh/.zshrc.d/70-starship.zsh b/starship/.config/zsh/.zshrc.d/70-starship.zsh new file mode 100644 index 0000000..35cc251 --- /dev/null +++ b/starship/.config/zsh/.zshrc.d/70-starship.zsh @@ -0,0 +1,3 @@ +#!/bin/zsh + +source <(starship init zsh) -- cgit v1.2.3-70-g09d2