Added keyring
This commit is contained in:
parent
bdc3e3934e
commit
8f6f517ef9
2 changed files with 16 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue