Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dotfiles
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
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jørn Åne de Jong
dotfiles
Commits
72539aa4
Commit
72539aa4
authored
Jul 14, 2016
by
Jørn Åne
Committed by
Jørn Åne
Nov 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add preliminary fish config.
parent
0521f069
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
Makefile
Makefile
+1
-0
config/fish/config.fish
config/fish/config.fish
+17
-0
No files found.
Makefile
View file @
72539aa4
...
...
@@ -7,3 +7,4 @@ install: dotfiles
install
-m
0644 bash_profile
$(prefix)
/.bash_profile
install
-m
0644 bashrc
$(prefix)
/.bashrc
install
-m
0644 zshenv
$(prefix)
/.zshenv
install
-m
0644 config/fish/config.fish
$(prefix)
/.config/fish/config.fish
config/fish/config.fish
0 → 100644
View file @
72539aa4
function fish_prompt
echo
set_color normal
set_color --bold
echo -ns "$USER"
set_color normal
echo -ns '@' (hostname -f) ':'
set_color --bold --background blue white
echo -ns (pwd)
set_color normal
echo
echo -ns "> "
end
set fish_color_param normal
set fish_color_error normal
set fish_color_command normal\x1e\x2d\x2dbold
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