new grep alias + git full instead of normal git
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
git
|
||||
bash
|
||||
fish
|
||||
vesktop
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user