From d47dd5aa3882aea1a8eff4fb9faa4881274559dc Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 17 Jan 2023 12:45:46 +0100 Subject: Unify things and rename things --- old/solanum/dot_bashrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 old/solanum/dot_bashrc (limited to 'old/solanum/dot_bashrc') diff --git a/old/solanum/dot_bashrc b/old/solanum/dot_bashrc new file mode 100644 index 0000000..e740a6c --- /dev/null +++ b/old/solanum/dot_bashrc @@ -0,0 +1,21 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +source $HOME/.profile + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' + +eval $(keychain --eval --quiet id_rsa) + +source /usr/share/fzf/completion.bash +source /usr/share/fzf/key-bindings.bash + +alias irc="ssh -t adnab.me irc" + +#exec fish +alias sway='exec sway' -- cgit v1.2.3