#!/bin/bash # # Author: Severin Kaderli # Shortcut for clear because I sometimes type the DOS command instead alias cls="clear" # Use exa as ls replacement alias ls="exa -al" alias ll="exa -al" # Use ripgrep as grep replacement alias grep="rg -n" # cd shortcut to get to my Projects folder alias pj="cd ~/Projects" alias e="code" alias gw2="primusrun wine64 ~/.wine/drive_c/Program\ Files/Guild\ Wars\ 2/Gw2-64.exe -dx9single -autologin -mapLoadinfo"