We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eee0e6 commit 26179a7Copy full SHA for 26179a7
home/dot-aliases
@@ -1,5 +1,4 @@
1
alias vi='nvim'
2
-alias emacs='emacsclient -c -a emacs'
3
alias tmux='tmux -2'
4
ls --color=auto &> /dev/null && alias ls='ls --color=auto'
5
alias ll='ls -lh'
home/dot-zshrc
@@ -4,6 +4,8 @@ ZGEN_RESET_ON_CHANGE=("${HOME}/.zshrc")
# load zgenom
6
source "${HOME}/.zgenom/zgenom.zsh"
7
+# setup git subrepos
8
+source "${HOME}/workspace/git-subrepos/.rc"
9
10
zgenom selfupdate
11
0 commit comments