This website works better with JavaScript.
Explore
Sign In
meliurwen
/
dotfiles
mirror of
https://gitlab.com/meliurwen/dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104
Commits
1
Branch
0
Tags
415 KiB
Shell
73.9%
Perl
12.2%
CSS
10.3%
Lua
3.6%
Tag:
Branch:
Tree:
3d9edeb883
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3d9edeb883'
${ noResults }
dotfiles
/
zsh
/
.zprofile
7 lines
104 B
Raw
Blame
History
#!/bin/zsh
if
[
-f
"
$HOME
/.profile
"
]
;
then
emulate sh
.
$HOME
/.profile
emulate zsh
fi
View Git Blame
Copy Permalink