We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1e374 commit 11f1f35Copy full SHA for 11f1f35
home/shell/direnv.fish
home/shell/fish.nix
@@ -4,14 +4,15 @@
4
enable = true;
5
shellAliases = {
6
ssh = "TERM=xterm-256color command ssh";
7
- journal = ''nvim +"Neorg journal today"'';
+ cat = "${pkgs.bat}";
8
};
9
10
shellAbbrs = {
11
g = "git";
12
s = "git s";
13
d = "git diff";
14
ds = "git diff --cached";
15
+ sl = "git sl";
16
"dotdot" = {
17
regex = "^\\.\\.+$";
18
function = "multicd";
@@ -79,7 +80,6 @@
79
80
functions =
81
{
82
fish_greeting.body = "";
- cat.body = "${pkgs.bat}/bin/bat $argv";
83
sops = {
84
description = "sops wrapper to extract age key from 1password";
85
body = ''
@@ -135,5 +135,4 @@
135
}
136
];
137
138
- xdg.configFile."fish/completions/direnv.fish".source = ./direnv.fish;
139
0 commit comments