From 800e77aa3c16e67eb4e0d7ffd4ad0e1e387d8a62 Mon Sep 17 00:00:00 2001 From: Stian Date: Tue, 21 Jan 2025 10:24:30 +0100 Subject: [PATCH] update --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 4934078..07b1192 100755 --- a/.bash_profile +++ b/.bash_profile @@ -47,7 +47,7 @@ alias bb="ssh -t tty.sdf.org bboard" alias cd..="cd .." alias cls="clear" alias grep="grep --color" -alias keychaininit="eval \$(keychain --eval)" +alias start-keychain="eval \$(keychain --eval)" alias ls="ls --color=auto --group-directories-first" alias dir="ls -l" alias ll="ls -l"