diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-08 22:33:28 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-08 22:33:28 +0530 |
commit | 41cb70f0c34f263e56c2c9f62d9643dca8be64ba (patch) | |
tree | 3e7b586096db66987ae9e909ed3b3d2465b8b5ad /.config/fish/functions/dcm.fish | |
parent | 71462a9cacf57e8071e66635236dbf8c7d55b17d (diff) |
added neofetch to terminal
Diffstat (limited to '.config/fish/functions/dcm.fish')
-rw-r--r-- | .config/fish/functions/dcm.fish | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/fish/functions/dcm.fish b/.config/fish/functions/dcm.fish deleted file mode 100644 index 5ba3d7e..0000000 --- a/.config/fish/functions/dcm.fish +++ /dev/null @@ -1,3 +0,0 @@ -function dcm --wraps='dots commit -m' --description 'alias dcm dots commit -m' - dots commit -m $argv; -end |