rm .vimrc and add .local/bin
This commit is contained in:
parent
df7f31f98a
commit
860261b71e
3 changed files with 4 additions and 180 deletions
5
.profile
5
.profile
|
@ -1,8 +1,11 @@
|
|||
# This runs at login. Normally environmental variables are set here.
|
||||
|
||||
# Add ~/.local/bin to path
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
|
||||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="firefox"
|
||||
export READER="zathura"
|
||||
export READER="xreader"
|
||||
export FILEMANAGER="nemo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue