Update fish config with xbps aliases, PATH and ZPOOL vars
This commit is contained in:
parent
2cd198f790
commit
f2696ccd14
|
@ -10,12 +10,19 @@ set -g man_bold -o magenta
|
||||||
|
|
||||||
# Text Editor
|
# Text Editor
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
|
# ZFS GRUB
|
||||||
|
export ZPOOL_VDEV_NAME_PATH=1
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias f "fff"
|
alias f "fff"
|
||||||
alias tmux "tmux -2"
|
alias tmux "tmux -2"
|
||||||
alias peerflix "peerflix -d"
|
alias peerflix "peerflix -d"
|
||||||
alias xclip "xclip -selection clipboard"
|
alias xclip "xclip -selection clipboard"
|
||||||
|
alias xi "xbps-install -S"
|
||||||
|
alias xu "xbps-install -Su"
|
||||||
|
alias xr "xbps-remove -R"
|
||||||
|
alias xq "xbps-query -Rs"
|
||||||
|
alias wlan "iw dev wlp2s0 scan | grep SSID"
|
||||||
|
|
||||||
function fish_title
|
function fish_title
|
||||||
true
|
true
|
||||||
|
@ -25,6 +32,9 @@ end
|
||||||
export CC=/usr/bin/clang
|
export CC=/usr/bin/clang
|
||||||
export CXX=/usr/bin/clang++
|
export CXX=/usr/bin/clang++
|
||||||
|
|
||||||
|
# Additional paths
|
||||||
|
set PATH /opt/texlive/2019/bin/x86_64-linux/ /bin /usr/bin /usr/local/bin /usr/local/sbin /usr/sbin /sbin
|
||||||
|
|
||||||
# fff
|
# fff
|
||||||
## Directory color [0-9]
|
## Directory color [0-9]
|
||||||
export FFF_COL1=3
|
export FFF_COL1=3
|
||||||
|
@ -34,3 +44,9 @@ export FFF_FAV1=/home/coolneng/Nextcloud/Documents/Archive-uni/Second\ year/
|
||||||
export FFF_FAV2=/home/coolneng/Nextcloud/Documents/Papers
|
export FFF_FAV2=/home/coolneng/Nextcloud/Documents/Papers
|
||||||
export FFF_FAV3=/home/coolneng/Nextcloud/Documents/Books/Academic/
|
export FFF_FAV3=/home/coolneng/Nextcloud/Documents/Books/Academic/
|
||||||
export FFF_FAV4=/home/coolneng/Nextcloud/Documents/Extracurricular/
|
export FFF_FAV4=/home/coolneng/Nextcloud/Documents/Extracurricular/
|
||||||
|
|
||||||
|
# Created by `userpath` on 2019-08-24 20:27:00
|
||||||
|
set PATH $PATH /root/.local/bin
|
||||||
|
|
||||||
|
# Created by `userpath` on 2019-08-24 20:27:58
|
||||||
|
set PATH $PATH /home/coolneng/.local/bin
|
||||||
|
|
Loading…
Reference in New Issue