dotfiles/.kshrc

26 lines
569 B
Bash
Raw Permalink 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 vim="vim --servername VIM"
alias vi="vim --servername VIM"
GPG_TTY=$(tty)
export GPG_TTY
SSH_AGENT_PID=""
export SSH_AGENT_PID
SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
export SSH_AUTH_SOCK
FZF_DEFAULT_COMMAND='rg --files --hidden --follow --glob "!{.git}"'
export FZF_DEFAULT_COMMAND
ufetch