arghhahghggh

This commit is contained in:
Christian Nieves
2024-11-26 21:52:02 +00:00
parent 0693f6618d
commit 7e76e91f8b
2 changed files with 1 additions and 7 deletions

View File

@ -1,19 +1,13 @@
export ABBR_QUIET=1
alias grep='grep --colour'
abbr vim='nvim'
abbr vimdiff='nvim -d'
# abbr cat='bat'
alias ls='exa'
abbr mux='tmuxinator'
alias tmux='tmux -2'
alias cp='cp -iv' # Preferred 'cp' implementation
alias mv='mv -iv' # Preferred 'mv' implementation
alias mkdir='mkdir -pv' # Preferred 'mkdir' implementation
# recursively delete .DS_Store files
abbr ds_clean='find ./ -name ".DS_Store" -depth -exec rm {} \;'
swap_files () {
tmp_name=$(TMPDIR=$(dirname -- "$1") mktemp) &&
mv -f -- "$1" "$tmp_name" &&

View File

@ -18,7 +18,7 @@ export DEVKITPRO=/opt/devkitpro
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPPC=${DEVKITPRO}/devkitPPC
source ~/abbreviations.zsh
source ~/.aliases.sh
if [[ -f "$HOME/use_google" ]]; then
source $HOME/.bash_profile.google