Added keyring
This commit is contained in:
parent
bdc3e3934e
commit
8f6f517ef9
2 changed files with 16 additions and 0 deletions
|
@ -21,6 +21,11 @@ package_tdpeuter-base() {
|
|||
bluez bluez-utils networkmanager
|
||||
)
|
||||
|
||||
# Keyring
|
||||
depends+=(
|
||||
keychain
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
package_tdpeuter-dev() {
|
||||
|
|
11
stow/bash/.bashrc
Normal file
11
stow/bash/.bashrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
eval $( keychain --eval --quiet ~/.ssh/id_ed25519 )
|
Loading…
Reference in a new issue