This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.mkshrc

20 lines
592 B
Plaintext

# .mkshrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1="diego@void$(echo '$(pwd | sed "s,^$HOME,~,") $') "
[ -r /home/diegofcs/.aliases ] && . /home/diegofcs/.aliases
###########################################################
export XDG_RUNTIME_DIR=/tmp/runtime-diegofcs/qutebrowser
export TZ=America/Bogota
###########################################################
export PATH="$PATH:$(du "$HOME/Scripts/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export PATH="$HOME/.local/bin/:$PATH"
###########################################################