diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-07 22:59:24 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-07 22:59:24 +0100 |
| commit | efb2439ab82052f6eeb4728d5df774cccb121a8a (patch) | |
| tree | c8bd0dadbc6a3f2744922b248bd3e76520ad982b /.zprofile | |
| parent | f4309c69498ae23959de904d38d23f6f8d667c09 (diff) | |
| download | dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.tar.gz dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.tar.bz2 dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.zip | |
carbon x1 Arch linux config
Diffstat (limited to '.zprofile')
| -rwxr-xr-x | .zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100755 index 0000000..7cebc9e --- /dev/null +++ b/.zprofile @@ -0,0 +1,3 @@ +if [[ "$(tty)" = "/dev/tty1" ]]; then + startx +fi |
