mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
fish: fix ccat alias
This commit is contained in:
parent
4e6a2a373d
commit
2474bdb45f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ in
|
|||
enable = true;
|
||||
|
||||
shellAbbrs = rec {
|
||||
ccat = "egrep -v '^\s*(#|$)'";
|
||||
ccat = "egrep -v '^\s*(#|\\$)'";
|
||||
g = "git";
|
||||
ga = "git add";
|
||||
gc = "git commit"; # interactive commit
|
||||
|
@ -88,4 +88,4 @@ in
|
|||
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
||||
'';
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue