Skip to content

Commit

Permalink
Merge commit 'refs/pull/1/head' of https://github.com/oh-my-fish/plug…
Browse files Browse the repository at this point in the history
…in-msg into bob
  • Loading branch information
BarbzYHOOL committed Oct 16, 2018
2 parents f1035d7 + 0b772d0 commit f449ff8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
File renamed without changes.
8 changes: 0 additions & 8 deletions msg.fish → functions/msg.fish
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
# v. 0.1.0
#/

# Global `msg` default color and styles.
set --global msg_color_fg FFFFFF
set --global msg_color_bg normal
set --global msg_style_url 00FF00 $msg_color_bg -u
set --global msg_style_dir FFA500 $msg_color_bg -u
set --global msg_color_err FF0000
set --global msg_color_ok 00FA9A

function msg -d "Technicolor printer."
# Default " " whitespace between strings, skip with -s.
set -l ws " "
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions init.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Global `msg` default color and styles.
set --global msg_color_fg FFFFFF
set --global msg_color_bg normal
set --global msg_style_url 00FF00 $msg_color_bg -u
set --global msg_style_dir FFA500 $msg_color_bg -u
set --global msg_color_err FF0000
set --global msg_color_ok 00FA9A

0 comments on commit f449ff8

Please sign in to comment.