Big spaces-to-tabs config reflow
Moving to doing tabs in things. No functional changes.
This commit is contained in:
parent
2de811b974
commit
a9a94840e9
7 changed files with 142 additions and 142 deletions
4
.profile
4
.profile
|
@ -2,7 +2,7 @@ export LANG=en_US.UTF-8
|
|||
|
||||
# Start keychain only on my personal system
|
||||
if [ -z "$SSH_CLIENT" ] && [ -z "$SSH_TTY" ]; then
|
||||
eval `keychain --eval id_ed25519`
|
||||
eval `keychain --eval id_ed25519`
|
||||
fi
|
||||
|
||||
# These are pretty safe to assume exist
|
||||
|
@ -12,7 +12,7 @@ export VISUAL=$EDITOR
|
|||
|
||||
# Figure out my pager; these don't necessarily exist
|
||||
if [ -e /usr/bin/bat ]; then
|
||||
export PAGER="bat --plain"
|
||||
export PAGER="bat --plain"
|
||||
elif [ -e /usr/bin/most ]; then
|
||||
export PAGER=most
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue