diff options
-rw-r--r-- | .config/fish/config.fish | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index fa5342c..624b281 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,9 +2,6 @@ if status is-interactive # Commands to run in interactive sessions can go here starship init fish | source - # neofetch - pfetch - # abbreviations abbr --add --global gA 'git add -A' abbr --add --global ga 'git add' |