aliases, righthand prompt
- SHA
678109653f2456935ed3c279ee824d41ea014323- Parents
-
721dedb - Tree
e36fa2e
6781096
678109653f2456935ed3c279ee824d41ea014323721dedb
e36fa2e| Status | File | + | - |
|---|---|---|---|
| M |
zsh/alias.zsh
|
4 | 1 |
| A |
zsh/rprompt.zsh
|
5 | 0 |
zsh/alias.zshmodified@@ -71,5 +71,8 @@ alias mkc="make clean" | ||
| 71 | 71 | # :::: other :::: |
| 72 | 72 | # ::::: ::::: ::::: |
| 73 | 73 | # |
| 74 | +alias gfort="gfortran" | |
| 75 | +alias goclass="cd ${HOME}/Documents/Class/" | |
| 76 | +alias goproj="cd ${HOME}/Documents/Project/" | |
| 77 | +alias goorg="cd ${HOME}/Documents/GithubOrgs/" | |
| 74 | 78 | alias brewup="brew update && brew upgrade && brew cleanup" |
| 75 | -alias gfort="gfortran" | |
zsh/rprompt.zshadded@@ -0,0 +1,5 @@ | ||
| 1 | + | |
| 2 | +# using this foregoes many of those omz themes obviously | |
| 3 | +HOST="macaron" | |
| 4 | +USER="mfwolffe" | |
| 5 | +RPROMPT="%F{yellow}${USER}%f %F{cyan}Ɏ%f %F{magenta}$HOST%f :::%F{yellow}%t%f" | |