Compare commits
No commits in common. "34b792678e4b859a70aec5a83acf59ef3131320f" and "5e7a5c2b44588f04fda4ed612596ae381a393aea" have entirely different histories.
34b792678e
...
5e7a5c2b44
2 changed files with 2 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 58a6274c3ce43e5cc738400a3700d31649d0af85
|
||||
Subproject commit 37ff8d6fdba7beba54ed4acfb6c29b00460feca8
|
4
.zshrc
4
.zshrc
|
@ -62,7 +62,6 @@ alias knife="echo -ne 🔪"
|
|||
alias please="echo -ne 👉👈"
|
||||
alias bak=backup
|
||||
alias cb="NO_COLOR=1 cb"
|
||||
alias helix=hx
|
||||
|
||||
### Functions
|
||||
function random() {
|
||||
|
@ -422,8 +421,7 @@ function load_nvm() {
|
|||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
}
|
||||
alias nvim="load_nvm&&nvi"
|
||||
alias hx="load_nvm&&hx"
|
||||
alias nvim="load_nvm&&nvim"
|
||||
# zprof
|
||||
|
||||
# gpg is cool actually
|
||||
|
|
Loading…
Add table
Reference in a new issue