# # ~/.bashrc # # If not running interactively, don't do anything [[ $- != *i* ]] && return alias vi='vim' alias lf="/home/xen0/.local/bin/lfub" alias ls='ls --color=auto' alias grep='grep --color=auto' alias backup='sudo rsync -aAXvv --delete --exclude=/home/xen0/External --exclude=/dev/* --exclude=/proc/* --exclude=/sys/* --exclude=/tmp/* --exclude=/run/* --exclude=/mnt/* --exclude=/media/* --exclude="swapfile" --exclude="lost+found" --exclude=".cache" / xen0@10.0.0.106:/home/xen0/Backups/Ghostie' alias 3D="mpv --no-correct-pts --fps=25 http://192.168.0.15:5001/mjpeg" alias vn="xdotool click --repeat 100 --delay 500 1" alias sshfs="sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3" PS1='[\u@\h \W]\$ ' # Only load Liquid Prompt in interactive shells, not from a script or from scp [[ $- = *i* ]] && source /sbin/liquidprompt source ~/.config/powerline/powerline.theme lp_theme powerline #!/bin/bash #export SDL_VIDEODRIVER=wayland #export _JAVA_AWT_WM_NONREPARENTING=1 #export QT_QPA_PLATFORM=wayland #export XDG_CURRENT_DESKTOP=sway #export XDG_SESSION_DESKTOP=sway #exec sway export XDG_RUNTIME_DIR=/run/user/1000