mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Compare commits
4 commits
5aa7a1b65a
...
a544d0ebda
Author | SHA1 | Date | |
---|---|---|---|
a544d0ebda | |||
d52e4791a5 | |||
0e8aa3a614 | |||
33d24505c8 |
6 changed files with 5 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -82,9 +82,6 @@ null_ls.setup({
|
|||
filetypes = {
|
||||
"markdown",
|
||||
},
|
||||
extra_args = {
|
||||
"$FILENAME",
|
||||
},
|
||||
}),
|
||||
null_ls.builtins.formatting.nginx_beautifier,
|
||||
null_ls.builtins.formatting.prettier.with({
|
||||
|
|
|
@ -10,7 +10,6 @@ onedarkpro.setup({
|
|||
},
|
||||
options = {
|
||||
bold = true,
|
||||
italic = true,
|
||||
underline = true,
|
||||
undercurl = true,
|
||||
cursorline = true,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
import json
|
||||
import re
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
import subprocess
|
||||
from getpass import getpass
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
import subprocess
|
||||
from getpass import getpass
|
||||
|
|
Loading…
Reference in a new issue