mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-24 02:02:19 +00:00
Compare commits
No commits in common. "5e923f89482a93d90d27ed2f0d3e338b2babd27b" and "9442614acdbb3131069c244c15927ed5241007fa" have entirely different histories.
5e923f8948
...
9442614acd
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
|||
home.packages = with pkgs; [
|
||||
apg # Automatic password generator
|
||||
babelfish # Lets fish speak bash
|
||||
bat # Better cat
|
||||
btop # Prettier top
|
||||
cbonsai # Happy little trees
|
||||
dig # DNS lookup
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
};
|
||||
|
||||
shellAliases = {
|
||||
cat = "bat";
|
||||
top = "btop";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue