summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-02 11:15:50 +0800
committerhc <hc@email.ch>2024-10-02 11:15:50 +0800
commit58f75cd799cefa86a378a78599710de0099cb86a (patch)
tree42e11c53acb2e1414efe5e6a64380ef589f31dea /setup.sh
parent809a9229b68f4b1385915c152a49e69ebee963a7 (diff)
added ssh agrent forwarding
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index f75e979..6453347 100755
--- a/setup.sh
+++ b/setup.sh
@@ -37,6 +37,10 @@ set shiftwidth=2
37set softtabstop=2 37set softtabstop=2
38set tabstop=2 38set tabstop=2
39syntax on 39syntax on
40
41set laststatus=2 " permanent status bar
42set statusline=%F " shows full file path
43
40EOF 44EOF
41 45
42# add check fro each component 46# add check fro each component