Files

26 lines
1.2 KiB
Bash
Raw Permalink Normal View History

2024-04-04 17:32:15 +02:00
# Aliases
2025-03-25 18:20:46 +01:00
alias cat='bat'
2024-04-04 17:32:15 +02:00
alias clean-aurutils-cache='find ~/.cache/aurutils/sync -type d -name .git -execdir git clean -xi \;'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
2025-07-29 20:36:41 +02:00
alias cookie='fortune /usr/share/fortune/asoiaf /usr/share/fortune/startrek | cowthink | lolcat -p 2.0 -F 0.3 -a -d 1'
2025-08-30 21:46:50 +02:00
alias fastfetch='hyfetch --distro=arch'
2024-12-14 19:58:17 +01:00
alias ghc='stack ghc'
alias ghci='stack ghci'
alias hoogle='stack hoogle'
2024-04-04 17:32:15 +02:00
alias ls='eza --icons --group-directories-first'
2024-04-04 17:54:50 +02:00
alias mutt='bash -c "pushd ~/Downloads > /dev/null; mutt; popd > /dev/null"'
2024-04-04 17:32:15 +02:00
alias rm='rm -I'
2024-12-14 19:58:17 +01:00
alias runhaskell='stack runhaskell'
2024-04-04 17:32:15 +02:00
alias sort='sort -n'
alias ssh='kitten ssh'
2025-03-02 22:28:39 +01:00
alias sudo='doas'
alias sudoedit='doas rvim'
2025-08-14 20:19:53 +02:00
#alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 1'
alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --tint 0x232634 --height 18 --monitor 1'
2024-04-06 19:48:22 +02:00
alias trc='trash-empty'
alias trl='trash-list'
alias trm='trash-rm'
alias trp='trash-put'
alias trr='trash-restore'
2024-04-04 17:32:15 +02:00
alias vi='vim'