1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-04 23:40:32 +00:00

Compare commits

...

4 commits

Author SHA1 Message Date
a544d0ebda Add 3 to python 2022-08-25 22:05:08 +02:00
d52e4791a5 Update config.fish 2022-08-24 23:48:52 +02:00
0e8aa3a614 Adapt to dprint after merge 2022-08-24 23:48:27 +02:00
33d24505c8 Remove italic, especially for pipes 2022-08-24 23:48:07 +02:00
6 changed files with 5 additions and 9 deletions

View file

@ -26,10 +26,10 @@ if status is-interactive
## Safety options
abbr -ag cp "cp -i"
abbr -ag mv "mv -i"
abbr -ag rmi "rm -i"
abbr -ag rmr "rm -r"
## Default options
set -g rsync "rsync -ravhL --partial --zc=zstd --zl=8 --no-i-r --info=progress2"
set -g rsync "rsync -avhL --partial --zc=zstd --zl=8 --no-i-r --info=progress2"
abbr -ag rsync $rsync
abbr -ag onefetch "onefetch --no-palette"

View file

@ -82,9 +82,6 @@ null_ls.setup({
filetypes = {
"markdown",
},
extra_args = {
"$FILENAME",
},
}),
null_ls.builtins.formatting.nginx_beautifier,
null_ls.builtins.formatting.prettier.with({

View file

@ -10,7 +10,6 @@ onedarkpro.setup({
},
options = {
bold = true,
italic = true,
underline = true,
undercurl = true,
cursorline = true,

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import json
import re

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import subprocess
from getpass import getpass

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import subprocess
from getpass import getpass