Skip to content

Instantly share code, notes, and snippets.

@roblogic
Last active October 12, 2020 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblogic/7541438c0a8ac99cd0589f170a613f5f to your computer and use it in GitHub Desktop.
Save roblogic/7541438c0a8ac99cd0589f170a613f5f to your computer and use it in GitHub Desktop.
my jazzy iSH profile for iPhone
uname -v
neofetch --off
#resize
set -o vi
export PS1="\w$ "
alias l="ls -alp"
alias ll="ls -alptr|tail -20"
alias ls="ls -p"
rap(){ echo "$(fortune)" \
|tr -d '\t'|tr '\n' ' ' \
|sed 's/-- / --/'|fmt -w46
echo;echo
}
rap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment