Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Jan 3, 2019
1 parent 48145af commit 3b8d1b0
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 3,295 deletions.
42 changes: 0 additions & 42 deletions .config/fish/functions/fish_prompt.fish
Original file line number Diff line number Diff line change
@@ -1,46 +1,4 @@
function fish_prompt
# user
set_color -b 24a4ee
set_color 252525
printf '%s' (whoami)

set_color -b 252525
set_color 24a4ee
printf ''

# pwd
set_color BABABA
printf '%s' (echo $PWD | sed -e "s|^$HOME|~|")

set_color normal

# determine git branch
set -l branch (command git branch 2> /dev/null | grep \* | sed -e 's/\* //')

if test $branch
set_color -b 8b8b8b
set_color 252525

printf ''

# set_color 4c791e
printf ''

set_color 252525
printf $branch

set_color normal

set_color 8b8b8b
printf ''
else
set_color 252525
printf ''
end

set_color normal

# function prompt
echo
printf 'λ '
set_color normal
Expand Down
Binary file added .fonts/FiraCode-Bold.otf
Binary file not shown.
Binary file added .fonts/FiraCode-Light.otf
Binary file not shown.
Binary file added .fonts/FiraCode-Medium.otf
Binary file not shown.
Binary file added .fonts/FiraCode-Regular.otf
Binary file not shown.
Binary file added .fonts/FiraCode-Retina.otf
Binary file not shown.
Binary file removed .fonts/Inconsolata+for+Powerline.otf
Binary file not shown.
Binary file removed .fonts/Inconsolata.otf
Binary file not shown.
49 changes: 0 additions & 49 deletions .jshintrc

This file was deleted.

Loading

0 comments on commit 3b8d1b0

Please sign in to comment.