Mercurial > index.cgi > dotfiles
changeset 276:3b9662470765
Make an alias for eyaml since the RPM I used in 7 doesn't exist for 8 and it's in puppet anyway.
author | Steve Huston <huston@princeton.edu> |
---|---|
date | Mon, 20 May 2024 11:16:55 -0400 |
parents | 99368487ffe6 |
children | 683c57231568 |
files | .shared/shared_bashrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.shared/shared_bashrc Fri Apr 26 14:14:24 2024 -0400 +++ b/.shared/shared_bashrc Mon May 20 11:16:55 2024 -0400 @@ -120,6 +120,7 @@ H=$1":443" echo -n Q | openssl s_client -connect $H | openssl x509 -noout -dates } +alias eyaml="/opt/puppetlabs/puppet/bin/eyaml" alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" alias vi='vim'