commit c48202fcab6b93fa77be9060c741cce21682900d parent e327160852bee6cb682e6dafaf6a1f388c0808d1 Author: andersuno <anders.hedman01@gmail.com> Date: Fri, 8 Nov 2019 14:38:23 +0100 Changes to be committed: modified: .bash_aliases modified: .bashrc Diffstat:
A | .bash_aliases | | | 13 | +++++++++++++ |
M | .bashrc | | | 4 | ++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/.bash_aliases b/.bash_aliases @@ -0,0 +1,13 @@ +alias ll='ls -la' +alias lsl='ls -l' +alias pacman='sudo pacman' +alias reb='sudo reboot' +alias shut='sudo shutdown now' +alias grep='grep --color=auto' + +#Commands/Scripts +alias x='startx' +alias findt='sudo find / -path /timeshift -prune -o' +alias timeshiftsync='/home/anders/Scripts/timeshiftsync.sh' +alias vifm='/home/anders/.config/vifm/scripts/vifmrun' +alias dotgit='/usr/bin/git --git-dir=$HOME/Repos/dotfiles.git --work-tree=$HOME' diff --git a/.bashrc b/.bashrc @@ -12,6 +12,10 @@ if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi +if [ -f ~/.bash_sshhosts ]; then + . ~/.bash_sshhosts +fi + #Foreground colors, Normal (non-bold) is the default, so the 0; prefix is optional. # #\e[0;30m = Dark Gray