|
|
|
@ -11,10 +11,11 @@ set -x TZ 'America/Chicago'
|
|
|
|
|
alias vpn 'sudo openvpn --config /home/cole/Downloads/us-chicago.ovpn --auth-user-pass /home/cole/Downloads/pass'
|
|
|
|
|
set touchpadEnabled 1
|
|
|
|
|
alias arduino /home/cole/Downloads/arduino-nightly/arduino
|
|
|
|
|
alias ppu 'sudo pacman -Sy; and pp -Su --noconfirm; and pikaur -Su; and sudo rm /var/cache/pacman/pkg/*; and pikaur -Scc --noconfirm'
|
|
|
|
|
alias ppu 'sudo pacman -Sy; and pp -Su --noconfirm; and pikaur -Sau --noedit; and sudo rm /var/cache/pacman/pkg/*; and pikaur -Scc --noconfirm'
|
|
|
|
|
alias pp 'sudo powerpill'
|
|
|
|
|
alias add 'git add .config/fish/config.fish .config/pulse/3cfb1915dbe54ca3a921435cb523fa90-device-volumes.tdb .config/pulse/3cfb1915dbe54ca3a921435cb523fa90-stream-volumes.tdb .config/termite/config .local/share/applications/*'
|
|
|
|
|
sudo rfkill block bluetooth
|
|
|
|
|
alias pik 'pikaur --nodiff --edit'
|
|
|
|
|
|
|
|
|
|
function fish_prompt
|
|
|
|
|
/usr/bin/powerline-go -error $status -shell bare -modules nix-shell,venv,user,host,ssh,cwd,perms,git,hg,root,vgo
|
|
|
|
|