This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Powerlevel10k configuration wizard on 2021-11-22 at 21:06 UTC. | |
# Based on romkatv/powerlevel10k/config/p10k-lean-8colors.zsh, checksum 64001. | |
# Wizard options: nerdfont-complete + powerline, small icons, lean_8colors, unicode, | |
# 1 line, compact, many icons, concise, instant_prompt=verbose. | |
# Type `p10k configure` to generate another config. | |
# | |
# Config for Powerlevel10k with 8-color lean prompt style. Type `p10k configure` to generate | |
# your own config based on it. | |
# | |
# Tip: Looking for a nice color? Here's a one-liner to print colormap. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Powerlevel10k configuration wizard on 2021-11-22 at 11:23 PST. | |
# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 13301. | |
# Wizard options: nerdfont-complete + powerline, small icons, pure, snazzy, 1 line, | |
# compact, transient_prompt, instant_prompt=verbose. | |
# Type `p10k configure` to generate another config. | |
# | |
# Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure). | |
# | |
# Differences from Pure: | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <UIKit/UIKit.h> | |
@interface FullyReplaceSegue : UIStoryboardSegue | |
@end |