diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/.zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/.zprofile b/user/.zprofile new file mode 100644 index 0000000..3fcf195 --- /dev/null +++ b/user/.zprofile @@ -0,0 +1,3 @@ +alias s='startx' + +PATH=$HOME/bin:$PATH |