Update .profile and .ashrc
This commit is contained in:
parent
63af52b815
commit
e8a8d87ed7
2 changed files with 14 additions and 1 deletions
5
.ashrc
Normal file
5
.ashrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
###########
|
||||
# Aliases #
|
||||
###########
|
||||
|
||||
alias lynx="~/.local/bin/lynx"
|
10
.profile
10
.profile
|
@ -12,4 +12,12 @@ export XDG_RUNTIME_DIR
|
|||
# PATH #
|
||||
########
|
||||
|
||||
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/.local/bin/"
|
||||
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$HOME/.local/bin"
|
||||
|
||||
#######
|
||||
# ASH #
|
||||
#######
|
||||
|
||||
ENV="$HOME/.ashrc"
|
||||
export ENV
|
||||
. $ENV
|
||||
|
|
Loading…
Reference in a new issue