Remove deprecated dir
This commit is contained in:
parent
a5ab4366ae
commit
f4df252683
3 changed files with 0 additions and 31 deletions
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
filetype plugin indent on
|
||||
" show existing tab with 4 spaces width
|
||||
set tabstop=4
|
||||
" when indenting with '>', use 4 spaces width
|
||||
set shiftwidth=4
|
||||
" On pressing tab, insert 4 spaces
|
||||
set expandtab
|
||||
set pastetoggle=<F3> #To switch between paste and nopaste modes
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# Konsole tabs for colo session
|
||||
title: Local;; command: /usr/bin/zsh ;; profile: Breeze
|
||||
title: Colo;; command: ssh cp ;; profile: Mikado
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
Host cp
|
||||
HostName cp.tlcnet.info
|
||||
User root
|
||||
Port 227
|
||||
IdentityFile ~/.ssh/tlc_server
|
||||
Host pi3root
|
||||
HostName pi3
|
||||
User root
|
||||
IdentityFile ~/.ssh/tlc_pi3
|
||||
Host pi3
|
||||
HostName pi3
|
||||
User pi
|
||||
IdentityFile ~/.ssh/tlc_pi3_pi
|
||||
Host gittea
|
||||
HostName gitea.tlcnet.info
|
||||
RSAAuthentication yes
|
||||
# User git
|
||||
Port 227
|
||||
IdentityFile ~/.ssh/id_tlc_gitea
|
||||
Loading…
Add table
Add a link
Reference in a new issue