dotfiles/.kshrc

18 lines
308 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export HISTFILE="$HOME/.ksh-hist"
export PATH="$PATH:/usr/local/texlive/2017/bin/x86_64-linux/"
export PATH="$PATH:$HOME/.local/bin"
PS1='$(pwd | sed "s,^$HOME,~,") >>> '
export PS1
export EDITOR="vim"
set -o emacs
alias gpg=gpg2
alias vi=vim
GPG_TTY=$(tty)
export GPG_TTY
ufetch