mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
[ -f /etc/xprofile ] && source /etc/xprofile
|
|
[ -f ~/.xprofile ] && source ~/.xprofile
|
|
#caps:swapescape
|