diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-04 00:07:38 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-04 00:07:38 -0500 |
commit | 8545ec568031c59536be3677f9001d9bf90684e5 (patch) | |
tree | 36c8b57a70343415ba4a1e74ed1f1a26446bc704 /zsh/zprofile.laptop | |
parent | a69e02696d137937ed14420086aca03082a5b36a (diff) | |
download | dotconfig-8545ec568031c59536be3677f9001d9bf90684e5.tar.xz dotconfig-8545ec568031c59536be3677f9001d9bf90684e5.zip |
fixed computer environ var
Diffstat (limited to 'zsh/zprofile.laptop')
-rw-r--r-- | zsh/zprofile.laptop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile.laptop b/zsh/zprofile.laptop index 9774e80..35fa16e 100644 --- a/zsh/zprofile.laptop +++ b/zsh/zprofile.laptop @@ -1,3 +1,3 @@ #!/bin/zsh -source /home/timmy/.config/zsh/zprofile.base export COMPUTER="laptop" +source /home/timmy/.config/zsh/zprofile.base |