Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Config_Files
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maxime Bombar
Config_Files
Commits
903310e7
Commit
903310e7
authored
Apr 02, 2018
by
Maxime Bombar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TERM=xterm-color
parent
ebfc3d94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.zshrc
.zshrc
+3
-0
.zshrc_server
.zshrc_server
+3
-0
No files found.
.zshrc
View file @
903310e7
...
...
@@ -22,6 +22,9 @@
ZSHDIR
=
$HOME
/.zsh
# Set right colors for xterm
TERM
=
xterm-color
# source conf files.
for
file
in
$ZSHDIR
/rc/base/
*
;
do
source
$file
...
...
.zshrc_server
View file @
903310e7
...
...
@@ -22,6 +22,9 @@
ZSHDIR=$HOME/.zsh
# Set right colors for xterm
TERM=xterm-color
# source conf files.
for file in $ZSHDIR/rc/base/*; do
source $file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment