move shell aliases into fish.nix
This commit is contained in:
parent
af62453ef7
commit
91f1033c9e
1 changed files with 12 additions and 0 deletions
|
|
@ -28,7 +28,19 @@
|
||||||
end
|
end
|
||||||
|
|
||||||
set -g fish_greeting (rand_greet)
|
set -g fish_greeting (rand_greet)
|
||||||
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
shellAliases = {
|
||||||
|
brip = "batgrep"; # bat + ripgrep
|
||||||
|
man = "batman"; # bat + man
|
||||||
|
ls = "eza --color=auto";
|
||||||
|
l = "eza -Alh --color=auto --icons=auto";
|
||||||
|
ll = "eza -lh --color=auto --icons=auto";
|
||||||
|
li = "eza --color=auto --git-ignore";
|
||||||
|
};
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "grc";
|
name = "grc";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue