mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
useless code
This commit is contained in:
parent
99b4586d68
commit
fa80fdd2ac
1 changed files with 0 additions and 10 deletions
10
home/profile
10
home/profile
|
|
@ -1,15 +1,5 @@
|
||||||
## .profile
|
## .profile
|
||||||
|
|
||||||
# utility functions
|
|
||||||
|
|
||||||
path_append () {
|
|
||||||
PATH="$PATH:$1"
|
|
||||||
}
|
|
||||||
|
|
||||||
path_prepend () {
|
|
||||||
PATH="$1:$PATH"
|
|
||||||
}
|
|
||||||
|
|
||||||
# load all shell files
|
# load all shell files
|
||||||
for file in ~/.dotfiles/shell/*; do
|
for file in ~/.dotfiles/shell/*; do
|
||||||
[[ -x $file ]] && source $file
|
[[ -x $file ]] && source $file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue