dotfiles/rc.linux
Eryn Wells 9ea891311c Update rc init scripts
- Move system specific setup to rc.$SYS scripts
- Write configure_ls function (based on previous anonymous function) that takes the full path to an ls binary
- Create system specific script for FreeBSD (nothing in it yet)
2013-09-04 20:26:49 -07:00

10 lines
260 B
Bash

# .rc.linux
# vim: ft=zsh
# Interactive shell setup for Linux systems
# Eryn Wells <eryn@erynwells.me>
# iptables aliases
alias iptls='sudo iptables --line-numbers -nv -L'
alias ip6tls='sudo ip6tables --line-numbers -nv -L'
alias rlx="xrdb $HOME/.Xdefaults"