mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 07:44:58 +08:00
tig--
This commit is contained in:
parent
a712497eaa
commit
52f547ddf4
3 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.tig ];
|
||||
home.packages = [ pkgs.lazygit ];
|
||||
programs.git = {
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
shellAliases = {
|
||||
g = "${pkgs.git}/bin/git";
|
||||
t = "${pkgs.tig}/bin/tig";
|
||||
lg = "${pkgs.lazygit}/bin/lazygit";
|
||||
l = "${pkgs.exa}/bin/exa";
|
||||
ll = "${pkgs.exa}/bin/exa -l";
|
||||
ls = "l";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
aria2
|
||||
ripgrep
|
||||
sd
|
||||
tig
|
||||
pass
|
||||
pandoc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue