new grep alias + git full instead of normal git

This commit is contained in:
2026-06-25 16:04:09 -05:00
parent 6420ec0d30
commit a2b98c3ba2
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ if status is-interactive
alias docker=podman
alias ls='/etc/profiles/per-user/river/bin/eza --icons'
alias cat="/etc/profiles/per-user/river/bin/bat"
alias grep="/etc/profiles/per-user/river/bin/rg"
export PATH="$HOME/.npm-global/bin:$PATH"
alias kubectx='kubectl config use-context'
alias nrs="sudo nixos-rebuild switch --flake /home/river/nixos-dotfiles#pc"
-1
View File
@@ -15,7 +15,6 @@
home = {
packages = with pkgs; [
git
bash
fish
vesktop
+2
View File
@@ -3,6 +3,7 @@
{
programs.git = {
enable = true;
package = pkgs.gitFull;
settings = {
user = {
name = "Maaz Khokhar";
@@ -14,6 +15,7 @@
init.defaultBranch = "main";
pull.rebase = true;
credential.helper = "libsecret";
push.autoSetupRemote = true;
};
signing = {