1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

vim: added nim support

This commit is contained in:
TiynGER
2020-12-08 00:18:58 +01:00
parent 911d34f0be
commit 7bed363ef2
3 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
# Adds `~/.local/bin` and all subdirectories to $PATH
export PATH="$PATH:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export PATH=/home/user/.nimble/bin:$PATH
export BROWSER="icecat"
export RTV_BROWSER="qutebrowser"