GitLab system status is available
here
and
here
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kabir Kwatra
DotFiles
Commits
209790c6
Commit
209790c6
authored
Aug 27, 2020
by
Kabir Kwatra
☄
Browse files
fix: Incorrect call to bat(1) on debian distros
parent
d8d6a548
Changes
1
Hide whitespace changes
Inline
Side-by-side
private_dot_config/private_fish/functions/cat.fish
View file @
209790c6
...
...
@@ -2,7 +2,7 @@ function cat
if command -qs bat
bat $argv
else if command -qs batcat
c
at
b
at $argv
b
at
c
at $argv
else
command cat $argv
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment