dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

.bash_aliases (694B)


      1 alias ls='ls --color=auto'
      2 alias ll='ls -lah'
      3 alias lsl='ls -l'
      4 #alias pm='sudo pacman'
      5 alias dnf='sudo dnf'
      6 alias reb='sudo reboot'
      7 alias shut='sudo shutdown now'
      8 alias grep='grep --color=auto'
      9 
     10 #Commands/Scripts
     11 
     12 #alias x='startx'
     13 alias k='kubectl'
     14 alias kcomp='. <(kubectl completion bash)'
     15 alias ocomp='. <(oc completion bash)'
     16 alias hcomp='. <(helm completion bash)'
     17 alias findt='sudo find / -path /timeshift -prune -o'
     18 alias timeshiftsync='/home/anders/Scripts/timeshiftsync.sh'
     19 #alias vifm='/home/anders/.config/vifm/scripts/vifmrun'
     20 #alias dotgit='/usr/bin/git --git-dir=$HOME/Repos/dotfiles/ --work-tree=$HOME'
     21 #alias unetbootin='sudo QT_GRAPHICSSYSTEM=native /usr/bin/unetbootin.elf'