mounter, unmounter, profile, sbar
This commit is contained in:
parent
fbebef7bee
commit
a3bad57a59
|
|
@ -30,6 +30,8 @@ export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
|
||||||
export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"
|
export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
||||||
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||||
|
export NPM_CONFIG_USERCONFIG="$HOME/.config/npm/npmrc"
|
||||||
|
|
||||||
# Adds `~/.local/bin` to $PATH
|
# Adds `~/.local/bin` to $PATH
|
||||||
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
||||||
# export PATH=$PATH:$HOME/.local/bin
|
# export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
|
||||||
|
|
@ -88,3 +88,6 @@ trait -> a distinguishing quality or characteristic, typically one belonging to
|
||||||
pedantic -> excessively concerned with minor details or rules; overscrupulous.
|
pedantic -> excessively concerned with minor details or rules; overscrupulous.
|
||||||
avid -> having or showing a keen interest in or enthusiasm for something
|
avid -> having or showing a keen interest in or enthusiasm for something
|
||||||
eerie -> strange and frightening
|
eerie -> strange and frightening
|
||||||
|
prepend -> add (something) to the beginning of something else
|
||||||
|
notion -> a conception of or belief about something
|
||||||
|
robust -> strong and healthy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue