Update configuration.
This commit is contained in:
parent
20385bf1f9
commit
41ce3f2255
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
||||
.emacs.d/elpa
|
||||
.emacs.d/projectile-bookmarks.eld
|
||||
.emacs.d/eshell/
|
||||
.emacs.d/transient/
|
||||
|
||||
# Mac file
|
||||
**/.DS_Store
|
||||
|
@ -32,6 +32,10 @@ if test -e {$HOME}/Dev/python/libs
|
||||
set -xg PYTHONPATH "$HOME/Dev/python/libs:$PYTHONPATH"
|
||||
end
|
||||
|
||||
if test -e /usr/local/bin
|
||||
set -xg PATH $PATH /usr/local/bin
|
||||
end
|
||||
|
||||
if test -z "$MYSOFT_PATH"
|
||||
|
||||
set -xg MYSOFT_PATH {$HOME}/.softwares
|
||||
|
0
install-emacs-packages.sh
Normal file → Executable file
0
install-emacs-packages.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user