diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-25 22:11:19 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-25 22:11:19 -0500 |
commit | c0d7006026175fdf6cdb6ae53ca4b948edbb986c (patch) | |
tree | 944c724d6e7be4d47b2d91ecb55af7b551948fab /bash | |
parent | 9d524a3b8918eae9c8e9ed89d3300b00aaacbecf (diff) |
mutt/msmtp/mbsync setting for multiple accounts
Also made minor changes to other configs.
Added .gitignore for qutebrowser file
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index c5d7852..2dd8f61 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,7 +7,7 @@ source ~/.pass_completion [[ $- != *i* ]] && return alias ls='ls --color=auto' -alias ll='ls -la' +alias ll='ls -laF' alias school='cd /home/tje/Documents/landmark' alias embed='school && cd CS2771' alias os='school && cd CS3871' @@ -19,7 +19,11 @@ alias art='school && cd HIS1031' alias xcopy='xclip -selection clipboard' alias xpaste='xclip -selection clipboard -o' +alias sloc='sloccount' + PS1='[\u@\h \W]\$ ' +export GPG_TTY=$(tty) + MAIL=/var/spool/mail/tje && export MAIL export EDITOR=vi |