Rationalize the use of custom config files
This commit is contained in:
parent
5bc0b45cdc
commit
2425fdca43
9 changed files with 9 additions and 11 deletions
|
@ -35,9 +35,6 @@ fi
|
|||
# Proxy settings
|
||||
[ -f "$HOME/.proxy" ] && . "$HOME/.proxy"
|
||||
|
||||
# Compose key
|
||||
[ -f ~/.set_compose_key.sh ] && . ~/.set_compose_key.sh
|
||||
|
||||
# skim
|
||||
[ -f "/usr/share/skim/key-bindings.zsh" ] && . /usr/share/skim/key-bindings.zsh
|
||||
[ -f "/usr/share/skim/completion.zsh" ] && . /usr/share/skim/completion.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue