🐛 fix: Small fixes
This commit is contained in:
parent
60e8508680
commit
ecd6503adb
4 changed files with 10 additions and 4 deletions
|
@ -7,6 +7,10 @@ tags
|
||||||
.config/openrazer
|
.config/openrazer
|
||||||
.config/razercommander
|
.config/razercommander
|
||||||
.config/zathura
|
.config/zathura
|
||||||
|
.config/fish/conf.d/30-gtk.fish
|
||||||
|
.config/fish/conf.d/30-journalctl.fish
|
||||||
|
.config/fish/conf.d/30-systemctl.fish
|
||||||
|
.config/fish/conf.d/30-yay.fish
|
||||||
.icons
|
.icons
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
tags.*
|
|
@ -1,3 +1,7 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
source /opt/asdf-vm/asdf.fish
|
set file /opt/asdf-vm/asdf.fish
|
||||||
|
|
||||||
|
if test -e "$file"
|
||||||
|
source "$file"
|
||||||
|
end
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/usr/bin/env fish
|
|
||||||
|
|
||||||
$argv
|
|
Loading…
Reference in a new issue