diff --git a/config/fish/conf.d/aliases.fish b/config/fish/conf.d/aliases.fish index ce5e1e9..109dd78 100644 --- a/config/fish/conf.d/aliases.fish +++ b/config/fish/conf.d/aliases.fish @@ -24,7 +24,6 @@ alias rgrep="grep --exclude-dir=Godeps --exclude-dir=node_modules --exclude-dir= alias grep="grep --exclude-dir=.git --color=auto" alias ag="ag --path-to-ignore $HOME/.agignore --nogroup" -alias vim="nvim" # Typos alias igt="git" diff --git a/config/htop/htoprc b/config/htop/htoprc index 6c6ea13..e5d7207 100644 --- a/config/htop/htoprc +++ b/config/htop/htoprc @@ -3,7 +3,7 @@ htop_version=3.1.2 config_reader_min_version=2 fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=47 +sort_key=46 sort_direction=-1 tree_sort_key=46 tree_sort_direction=1 @@ -21,7 +21,7 @@ highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 show_merged_command=0 -tree_view=0 +tree_view=1 tree_view_always_by_pid=0 all_branches_collapsed=0 header_margin=1 diff --git a/xinitrc b/xinitrc index 52ac6e5..50caa27 100755 --- a/xinitrc +++ b/xinitrc @@ -12,6 +12,8 @@ unset QT_STYLE_OVERRIDE export XDG_CONFIG_HOME=$HOME/.config export XDG_DATA_HOME=$HOME/.local/share +export XDG_RUNTIME_DIR=/run/user/1000 +export DOCKER_HOST=unix:///run/user/1000/podman/podman.sock # export VDPAU_DRIVER=radeonsi