diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-08-04 20:41:52 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-08-04 20:42:27 -0400 |
| commit | 8f2bd11e7c3150410d8dddb199f48587a9cecd0c (patch) | |
| tree | 335dbbb5768de6fd1d0449869c49f1fb81489856 /.config/fish/config.fish | |
| parent | fe68554e903e3f3912d18662da81961b7fb8931b (diff) | |
fish: starship -> custom prompt
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 5cce240..9774f7f 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,9 +1,7 @@ if status is-interactive - starship init fish | source atuin init fish | sed '/^bind.*_atuin_bind_up/d' | source end -alias ls exa alias parallel parallel-moreutils alias cfg 'git --git-dir $HOME/.cfg --work-tree $HOME' |
