1 2 3 4 5 6 7 8 9
#!/bin/sh # Set the PS1 PS1='${USER}: ${PWD} > ' alias ll="ls -Ahl" alias l="ls -lh" alias vim="nvim" alias v="nvim"