Hi - 29 bytes
----[------->++>+++<<]>.>---.l3af - 42 bytes
--[----->+>-->+>+<<<<]>++++++.>-.>-----.>.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| noremap d g | |
| noremap e k | |
| noremap f e | |
| noremap g t | |
| noremap i l | |
| noremap j y | |
| noremap k n | |
| noremap l u | |
| noremap n j | |
| noremap o p |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Setup directories | |
| __BASE_DIR="$HOME/Public" | |
| ## Config directory | |
| export XDG_CONFIG_HOME="$__BASE_DIR/Config" | |
| ## Misc directories | |
| __MISC_BASE_DIR="$__BASE_DIR/Etc" | |
| export POWERCORD_DIR="$__BASE_DIR/Programs/powercord" | |
| export GOPATH="$__MISC_BASE_DIR/Go" |