Skip to content

Commit 26179a7

Browse files
committed
Add git-subrepos and remove emacs alias
1 parent 5eee0e6 commit 26179a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

home/dot-aliases

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
alias vi='nvim'
2-
alias emacs='emacsclient -c -a emacs'
32
alias tmux='tmux -2'
43
ls --color=auto &> /dev/null && alias ls='ls --color=auto'
54
alias ll='ls -lh'

home/dot-zshrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ZGEN_RESET_ON_CHANGE=("${HOME}/.zshrc")
44

55
# load zgenom
66
source "${HOME}/.zgenom/zgenom.zsh"
7+
# setup git subrepos
8+
source "${HOME}/workspace/git-subrepos/.rc"
79

810
zgenom selfupdate
911

0 commit comments

Comments
 (0)