arghhahghggh
This commit is contained in:
@ -1,19 +1,13 @@
|
|||||||
export ABBR_QUIET=1
|
export ABBR_QUIET=1
|
||||||
alias grep='grep --colour'
|
alias grep='grep --colour'
|
||||||
abbr vim='nvim'
|
|
||||||
abbr vimdiff='nvim -d'
|
|
||||||
# abbr cat='bat'
|
# abbr cat='bat'
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
abbr mux='tmuxinator'
|
|
||||||
alias tmux='tmux -2'
|
alias tmux='tmux -2'
|
||||||
|
|
||||||
alias cp='cp -iv' # Preferred 'cp' implementation
|
alias cp='cp -iv' # Preferred 'cp' implementation
|
||||||
alias mv='mv -iv' # Preferred 'mv' implementation
|
alias mv='mv -iv' # Preferred 'mv' implementation
|
||||||
alias mkdir='mkdir -pv' # Preferred 'mkdir' 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 () {
|
swap_files () {
|
||||||
tmp_name=$(TMPDIR=$(dirname -- "$1") mktemp) &&
|
tmp_name=$(TMPDIR=$(dirname -- "$1") mktemp) &&
|
||||||
mv -f -- "$1" "$tmp_name" &&
|
mv -f -- "$1" "$tmp_name" &&
|
@ -18,7 +18,7 @@ export DEVKITPRO=/opt/devkitpro
|
|||||||
export DEVKITARM=${DEVKITPRO}/devkitARM
|
export DEVKITARM=${DEVKITPRO}/devkitARM
|
||||||
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
||||||
|
|
||||||
source ~/abbreviations.zsh
|
source ~/.aliases.sh
|
||||||
|
|
||||||
if [[ -f "$HOME/use_google" ]]; then
|
if [[ -f "$HOME/use_google" ]]; then
|
||||||
source $HOME/.bash_profile.google
|
source $HOME/.bash_profile.google
|
||||||
|
Reference in New Issue
Block a user