update tlp and bar
This commit is contained in:
@@ -14,7 +14,7 @@ in {
|
||||
batdiff
|
||||
batgrep
|
||||
batwatch
|
||||
prettybat
|
||||
# prettybat
|
||||
];
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ in {
|
||||
syntaxHighlighting.enable = true;
|
||||
historySubstringSearch.enable = true;
|
||||
|
||||
initExtraFirst = ''
|
||||
initContent = lib.mkBefore ''
|
||||
bindkey -e
|
||||
${if fetch == "neofetch" then
|
||||
pkgs.neofetch + "/bin/neofetch"
|
||||
@@ -95,7 +95,7 @@ in {
|
||||
gcu = "git add . && git commit -m 'Update'";
|
||||
gp = "git push";
|
||||
gpl = "git pull";
|
||||
gs = "git status";
|
||||
gst = "git status";
|
||||
gd = "git diff";
|
||||
gco = "git checkout";
|
||||
gcb = "git checkout -b";
|
||||
|
||||
Reference in New Issue
Block a user