Uploading a update from the mksh prompt
parent
3e3b8004b0
commit
043917d008
@ -0,0 +1,19 @@
|
||||
# .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"
|
||||
###########################################################
|
||||
|
Loading…
Reference in New Issue