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
| eval "$(starship init zsh)" | |
| source $HOME/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh | |
| source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh | |
| # Load completion config | |
| source $HOME/.zsh/completion.zsh | |
| # Initialize the completion system | |
| autoload -Uz compinit |
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
| git log --pretty=oneline --abbrev-commit master..dev |
NewerOlder