x
This commit is contained in:
parent
e9dd9ececb
commit
e92459170e
5 changed files with 6 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -279,5 +279,7 @@ cvim/
|
||||||
!cvim/vimrc
|
!cvim/vimrc
|
||||||
tailscale/
|
tailscale/
|
||||||
X11/xinit/xinitrc.d/
|
X11/xinit/xinitrc.d/
|
||||||
|
!X11/xinit/xinitrc.d/default.sh
|
||||||
|
!X11/xinit/xinitrc.d/example.sh
|
||||||
*.bak
|
*.bak
|
||||||
lazydocker/
|
lazydocker/
|
||||||
|
|
|
||||||
2
X11/xinit/xinitrc.d/.gitignore
vendored
2
X11/xinit/xinitrc.d/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
||||||
*
|
|
||||||
!.gitignore
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
# Default initialization script
|
# Default initialization script
|
||||||
|
#
|
||||||
# These commands are required at startup,
|
# These commands are required at startup,
|
||||||
# If removed, you might run into errors.
|
# If removed, you might run into errors.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
# Example initialization script.
|
# Example initialization script.
|
||||||
#
|
#
|
||||||
# In order to run commands on start, create scripts such
|
# In order to run commands on start, create scripts such
|
||||||
|
|
|
||||||
1
vim/.gitignore
vendored
1
vim/.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
||||||
autoload/
|
autoload/
|
||||||
viminfo*
|
viminfo*
|
||||||
view/
|
view/
|
||||||
|
swap/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue