Update
This commit is contained in:
@@ -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 grep="grep --exclude-dir=.git --color=auto"
|
||||||
|
|
||||||
alias ag="ag --path-to-ignore $HOME/.agignore --nogroup"
|
alias ag="ag --path-to-ignore $HOME/.agignore --nogroup"
|
||||||
alias vim="nvim"
|
|
||||||
|
|
||||||
# Typos
|
# Typos
|
||||||
alias igt="git"
|
alias igt="git"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
htop_version=3.1.2
|
htop_version=3.1.2
|
||||||
config_reader_min_version=2
|
config_reader_min_version=2
|
||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=47
|
sort_key=46
|
||||||
sort_direction=-1
|
sort_direction=-1
|
||||||
tree_sort_key=46
|
tree_sort_key=46
|
||||||
tree_sort_direction=1
|
tree_sort_direction=1
|
||||||
@@ -21,7 +21,7 @@ highlight_changes_delay_secs=5
|
|||||||
find_comm_in_cmdline=1
|
find_comm_in_cmdline=1
|
||||||
strip_exe_from_cmdline=1
|
strip_exe_from_cmdline=1
|
||||||
show_merged_command=0
|
show_merged_command=0
|
||||||
tree_view=0
|
tree_view=1
|
||||||
tree_view_always_by_pid=0
|
tree_view_always_by_pid=0
|
||||||
all_branches_collapsed=0
|
all_branches_collapsed=0
|
||||||
header_margin=1
|
header_margin=1
|
||||||
|
|||||||
2
xinitrc
2
xinitrc
@@ -12,6 +12,8 @@ unset QT_STYLE_OVERRIDE
|
|||||||
|
|
||||||
export XDG_CONFIG_HOME=$HOME/.config
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
export XDG_DATA_HOME=$HOME/.local/share
|
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
|
# export VDPAU_DRIVER=radeonsi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user