You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
569 B
Bash

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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