ZSH
This commit is contained in:
parent
f6a7963f1d
commit
20e67036df
22 changed files with 2414 additions and 246 deletions
11
profile
11
profile
|
@ -1,9 +1,4 @@
|
|||
#
|
||||
# ~/.profile
|
||||
#
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# SSH agent
|
||||
[[ -z "$SSH_AUTH_SOCK" && -x "$(which ssh-agent)" ]] && eval `ssh-agent -s` &> /dev/null
|
||||
|
||||
# Bashrc
|
||||
[ -f ~/.bashrc ] && source ~/.bashrc
|
||||
. ~/.config/shell/shenv
|
||||
. ~/.config/shell/shrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue