diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-31 22:20:30 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-31 22:20:30 +0200 |
commit | 7d1e8075b8f156f3f8c300326abf730a1a8f2875 (patch) | |
tree | 4fff845d6cd1b66e267ef76dfad122a174f2c7a4 /.config/shell | |
parent | 0ce9de258802b9c3259083e6f1ab5739e8e51084 (diff) |
Copying of Luke's dots
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/aliasrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 3c2f7a5..8c72621 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -21,10 +21,10 @@ alias \ ffmpeg="ffmpeg -hide_banner" alias \ - ls="ls -hN --color=auto --group-directories-first" \ + ls="ls -ahlN --color=auto --group-directories-first" \ grep="grep --color=auto" \ diff="diff --color=auto" -# ccat="highlight --out-format=ansi" + # ccat="highlight --out-format=ansi" # My aliases for different programs alias \ @@ -38,5 +38,5 @@ alias \ v="$EDITOR" \ p="sudo pacman" \ config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" \ - tmux="tmux -f $HOME/.config/tmux/.tmux.conf" \ + tmux="tmux -f $XDG_CONFIG_HOME/tmux/.tmux.conf" \ z="zathura" |