add rga alias
This commit is contained in:
parent
714ac36cc5
commit
ca1a42b57a
1 changed files with 5 additions and 1 deletions
|
@ -50,7 +50,11 @@
|
|||
ZSH_TMUX_AUTOSTART=true;
|
||||
GOPATH="$HOME/go";
|
||||
};
|
||||
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat -p"; };
|
||||
shellAliases = {
|
||||
tmate = "tmux detach-client -E 'tmate;tmux'";
|
||||
cat = "bat -p";
|
||||
rg = "rga";
|
||||
};
|
||||
};
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue