Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Add preliminary fish config.
parent
0521f069
Changes
2
Hide whitespace changes
Inline
Side-by-side
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