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.
109
Commits
1
Branch
0
Tags
415 KiB
Tag:
Branch:
Tree:
7176298a22
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7176298a22'
${ noResults }
dotfiles
/
zsh
/
.zprofile
8 lines
104 B
Raw
Normal View
History
Unescape
Escape
Added ~/.profile and ability to change tty console fonts in order to properly render powerline symbols
3 years ago
#!/bin/zsh
if [ -f "$HOME/.profile" ]; then
emulate sh
. $HOME/.profile
emulate zsh
fi