golden hour
/etc
⬆️ Go Up
Upload
File/Folder
Size
Actions
.etc.version
5 B
Del
OK
DIR_COLORS
4.56 KB
Del
OK
aliases
1.49 KB
Del
OK
alternatives
-
Del
OK
apache2
-
Del
OK
at.deny
1 B
Del
OK
backupmxhosts
0 B
Del
OK
bash_completion.d
-
Del
OK
bashrc
3.38 KB
Del
OK
cl.nodejs
-
Del
OK
cl.php.d
-
Del
OK
cl.python
-
Del
OK
cl.selector
-
Del
OK
cl.selector.conf.d
-
Del
OK
cpanel
-
Del
OK
crypto-policies
-
Del
OK
default
-
Del
OK
domainusers
3.56 KB
Del
OK
environment
0 B
Del
OK
environment-modules
-
Del
OK
fonts
-
Del
OK
gcrypt
-
Del
OK
group
513 B
Del
OK
host.conf
9 B
Del
OK
hosts
279 B
Del
OK
imunify360
-
Del
OK
inputrc
943 B
Del
OK
ld.so.cache
42.38 KB
Del
OK
ld.so.conf
28 B
Del
OK
ld.so.conf.d
-
Del
OK
localtime
3.47 KB
Del
OK
mail
-
Del
OK
mailcap
272 B
Del
OK
mailhelo
1.96 KB
Del
OK
mailips
1.84 KB
Del
OK
mime.types
65.87 KB
Del
OK
modulefiles
-
Del
OK
motd.d
-
Del
OK
my.cnf
1.75 KB
Del
OK
my.cnf.d
-
Del
OK
nsswitch.conf
2.07 KB
Del
OK
openldap
-
Del
OK
pam.d
-
Del
OK
passwd
1.29 KB
Del
OK
pki
-
Del
OK
profile
2.64 KB
Del
OK
profile.d
-
Del
OK
protocols
6.41 KB
Del
OK
relayhosts
-
Del
OK
resolv.conf
60 B
Del
OK
rpc
1.6 KB
Del
OK
sasl2
-
Del
OK
scl
-
Del
OK
screenrc
6.56 KB
Del
OK
security
-
Del
OK
senderverifybypasshosts
0 B
Del
OK
services
676.03 KB
Del
OK
shadow
855 B
Del
OK
skel
-
Del
OK
skipsmtpcheckhosts
0 B
Del
OK
spammeripblocks
0 B
Del
OK
ssh
-
Del
OK
ssl
-
Del
OK
sysconfig
-
Del
OK
trusted-key.key
375 B
Del
OK
trustedmailhosts
0 B
Del
OK
vimrc
3.92 KB
Del
OK
virc
1.16 KB
Del
OK
wgetrc
4.81 KB
Del
OK
Edit: virc
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=ucs-bom,utf-8,latin1 endif set nocompatible " Use Vim defaults (much better!) set bs=indent,eol,start " allow backspacing over everything in insert mode "set ai " always set autoindenting on "set backup " keep a backup file set history=50 " keep 50 lines of command line history set ruler " show the cursor position all the time " Only do this part when compiled with support for autocommands if has("autocmd") augroup redhat autocmd! " In text files, always limit the width of text to 78 characters " autocmd BufRead *.txt set tw=78 " When editing a file, always jump to the last cursor position autocmd BufReadPost * \ if line("'\"") > 0 && line ("'\"") <= line("$") | \ exe "normal! g'\"" | \ endif " don't write swapfile on most commonly used directories for NFS mounts or USB sticks autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/tmp,/var/tmp,/tmp " start with spec file template autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec augroup END endif if &term=="xterm" set t_Co=8 set t_Sb=[4%dm set t_Sf=[3%dm endif
Save