Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias bgit='/bin/git --git-dir=$HOME/kiste/.void-setup/dotfiles.git --work-tree=$HOME'
- alias cat='bat'
- alias kernellist='vkpurge list'
- alias kernelsearch='xbps-query --regex -Rs "^linux[0-9.]+-[0-9._]+"'
- alias kernelwipe='sudo vkpurge rm $(vkpurge list | sort -Vr | tail -n +2)'
- alias ll='eza -l -F -T -L2 --no-time --git --icons --group-directories-first'
- alias ls='eza -l -F --no-time --no-user --no-permissions --git --icons --group-directories-first'
- alias me='echo "${USER}@$(hostname)"'
- alias micro='micro -ruler=off -colorscheme torsten'
- alias neofetch='neofetch --uptime_shorthand '\''tiny'\'' --cpu_temp '\''C'\'''
- alias wgit='/bin/git --git-dir=$HOME/kiste/.void-setup/wallpapers.git --work-tree=$HOME/kiste/pics/wallpaper'
- alias xdeb='xdeb -Sde'
- alias xterm='xterm -fn ""-xos4-*-medium-r-normal-*-14-*-*-*-*-*-*-*""'
- [[ -f /etc/doas.conf ]] && alias sudo='doas'
- function free(){
- noti=$(/bin/free -hm | awk '/Speicher/ { print $3 " / " $2}')
- /bin/free -hm
- #notify-send "$noti"
- }
- function o(){
- if [ -z "$1" ]; then
- xdg-open "$(find . | rofi -dmenu -i -theme torsten-o.rasi)"
- else
- xdg-open "$1"
- fi
- }
- function age(){
- echo $(\ls -alct --time-style=full-iso / | tail -1 | awk '{print $6}')
- }
- function cl() {
- clear && colorscript -e panes && ufetch
- }
Advertisement
Add Comment
Please, Sign In to add comment