cretzel / rpi-scripts

Shell scripts and notes for raspberry-pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi-scripts

Shell scripts and notes for raspberry-pi

Vi arrow keys

~/.vimrc

set nocp
set nocompatible

Aliases

~/.bashrc

alias ls='ls --color=auto'
alias ll='ls -l'
alias la='ls -al'
alias vi='vim'

About

Shell scripts and notes for raspberry-pi


Languages

Language:Shell 100.0%