This file contains hidden or 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
[user] | |
name = Răzvan Sbîngu | |
email = [email protected] | |
username = razsbg | |
[pull] | |
rebase = true | |
[credential "https://github.com"] | |
helper = !/usr/bin/gh auth git-credential | |
[maintenance] | |
repo = /Users/razvansbingu/Work/razsbg.top |
This file contains hidden or 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
# Path to file | |
# .oh-my-zsh/themes/agnoster.zsh-theme | |
# Dir: current working directory | |
prompt_dir() { | |
# Default | |
# Display the full path | |
# prompt_segment blue $CURRENT_FG '%~' | |
# Custom |
This file contains hidden or 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
theme = MaterialDesignColors | |
auto-update-channel = tip | |
background = #4f46e5 |
This file contains hidden or 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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH | |
# Path to your Oh My Zsh installation. | |
export ZSH="$HOME/.oh-my-zsh" | |
# Username | |
export USER="razsbg" | |
export USERNAME="razsbg" |