Move bash aliases to separate file
This commit is contained in:
parent
afa24dda3b
commit
df1f2ccb3a
11
.bash_aliases
Normal file
11
.bash_aliases
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Aliases
|
||||||
|
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'
|
||||||
|
alias ls='eza --icons --group-directories-first'
|
||||||
|
alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null'
|
||||||
|
alias rm='rm -I'
|
||||||
|
alias sort='sort -n'
|
||||||
|
alias ssh='kitten ssh'
|
||||||
|
alias sudo='sudo '
|
||||||
|
alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 7 --transparent true --tint 0x1f2022 --height 18 --monitor 0'
|
||||||
|
alias vi='vim'
|
20
.bashrc
20
.bashrc
@ -9,20 +9,8 @@
|
|||||||
complete -cf sudo
|
complete -cf sudo
|
||||||
complete -c man
|
complete -c man
|
||||||
|
|
||||||
# Aliases
|
if [ -f ~/.bash_aliases ]; then
|
||||||
alias cinnamon-restart='nohup cinnamon --replace > /dev/null 2>&1 &'
|
source ~/.bash_aliases
|
||||||
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'
|
|
||||||
alias ls='eza --icons --group-directories-first'
|
|
||||||
alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null'
|
|
||||||
alias rm='rm -I'
|
|
||||||
alias sort='sort -n'
|
|
||||||
alias sudo='sudo '
|
|
||||||
alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 7 --transparent true --tint 0x1f2022 --height 18 --monitor 0'
|
|
||||||
alias vi='vim'
|
|
||||||
|
|
||||||
if [ "$TERM" == "xterm-kitty" ]; then
|
|
||||||
alias ssh='kitten ssh'
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PS1
|
# PS1
|
||||||
@ -37,10 +25,6 @@ eval "$(beet completion)"
|
|||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export SUDO_EDITOR=rvim
|
export SUDO_EDITOR=rvim
|
||||||
|
|
||||||
#if [ "$TERM" == "xterm-kitty" ]; then
|
|
||||||
# fortune /usr/share/fortune/startrek /usr/share/fortune/anarchism /usr/share/fortune/asoiaf
|
|
||||||
#fi
|
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user