Fix buggy emacs TAB error

This commit is contained in:
Marco Thomas
2022-03-31 10:34:16 +02:00
parent a6dbd88dd7
commit fb46bd68d9
2 changed files with 31 additions and 11 deletions

View File

@@ -51,15 +51,17 @@ alias rm='rm -i' # Ask before removal
alias cp='cp -i' # Ask before removal
alias mv='mv -i' # Ask before removal
alias powershell='PS1="windowsadm@powershell$ " bash'
# tools
alias conservation='cat /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode'
alias truecolor='curl -s https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh | bash'
alias nssh='SSH_AUTH_SOCK= ssh'
alias cpu='watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"'
# troll
alias powershell='PS1="windowsadm@powershell$ " bash'
alias mucdai='rm -rf'
if [ -f ~/.zshrc_local ]; then
source ~/.zshrc_local
fi