Skip to content

Commit

Permalink
Merge pull request #16 from Okabe-Junya/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Okabe-Junya authored Oct 12, 2022
2 parents 0916aa8 + 33b2485 commit 48708ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .config/flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
extend-ignore = E203
max-line-length = 119
3 changes: 1 addition & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ GIT_PS1_SHOWUNTRACKEDFILES=true
GIT_PS1_SHOWSTASHSTATE=true
GIT_PS1_SHOWUPSTREAM=auto
setopt PROMPT_SUBST
PS1='%F{green}%n@%m%f: %F{cyan}%~%f %F{red}$(__git_ps1 "(%s)")%f
\$ '
PS1='%F{green}%n@%m%f: %F{cyan}%~%f %F{red}$(__git_ps1 "(%s)")%f $ '

# >>> fig >>>

Expand Down

0 comments on commit 48708ba

Please sign in to comment.