diff options
Diffstat (limited to 'old/solanum/dot_bashrc')
-rw-r--r-- | old/solanum/dot_bashrc | 21 |
1 files changed, 21 insertions, 0 deletions
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' |