mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-09 20:32:18 +00:00
fish: alias cat => bat
This commit is contained in:
parent
9181518a07
commit
5e923f8948
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
cat = "bat";
|
||||||
top = "btop";
|
top = "btop";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue