diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-01 16:36:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-01 16:36:22 +0530 |
commit | 96c6e3ffc0f2e34f7fb267ae298b489af9556c8e (patch) | |
tree | 19dd0327be26619c311e729639ee26286e9c5452 /.config/fish/config.fish | |
parent | 0d5cb63774edb87245f204bf7f180f090edfdcd3 (diff) |
removed shadow from alacritty
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 8bb596e..63b9a73 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,7 @@ if status is-interactive # Commands to run in interactive sessions can go here starship init fish | source - neofetch + # neofetch # abbreviations abbr --add --global gA 'git add -A' |