Merge github_misc and github_dotfiles
This commit is contained in:
parent
3e0abb8445
commit
76ad0d8055
2 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
|||
source /home/*/setup-cockpit/secrets
|
||||
alias lime2connect='ssh $SSH_REPO'
|
||||
alias update_tunuifranken.info="lime2connect 'cd tunuifranken.info && git pull'"
|
||||
alias git-summary='~/github_misc/git-summary/git-summary'
|
||||
|
||||
# TALISMAN
|
||||
export TALISMAN_HOME="$HOME/.talisman/bin"
|
||||
|
|
|
@ -62,7 +62,7 @@ MODE_CURSOR_REPLACE="#cccccc steady underline"
|
|||
MODE_CURSOR_VISUAL="$MODE_CURSOR_VICMD steady bar"
|
||||
MODE_CURSOR_VLINE="$MODE_CURSOR_VISUAL #00ffff"
|
||||
# Finally load the vim plugin:
|
||||
source "$HOME/github_dotfiles/zsh-vim-mode/zsh-vim-mode.plugin.zsh"
|
||||
source "$HOME/git_clones/zsh-vim-mode/zsh-vim-mode.plugin.zsh"
|
||||
|
||||
# HELP COMMAND
|
||||
# By default in zsh, run-help is an alias to man, which is useless.
|
||||
|
@ -79,8 +79,8 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
|||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
# SYNTAX HIGHLIGHTING AND AUTOSUGGESTIONS
|
||||
source "$HOME/github_dotfiles/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh" # when using git
|
||||
source "$HOME/git_clones/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh" # when using git
|
||||
#source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh # when using Arch package
|
||||
# The following line MUST be at the end of this file!
|
||||
source "$HOME/github_dotfiles/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" # when using git
|
||||
source "$HOME/git_clones/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" # when using git
|
||||
#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh # when using Arch package
|
||||
|
|
Loading…
Add table
Reference in a new issue