Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: fish

16 Apr

Fish Shell Command History Meme

Use this command if you want to know your command usage stats in the fish shell.


grep -v "^\#" ".config/fish/fish_history"|awk '{print $1}'|sort|uniq -c|sort -rn|head -n10
admin Posted in Command Line, Linux awk, command, fish, grep, history, Linux, meme, sed, shell Leave a comment
05 Jan

Fish Alias/Function Location

The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’

admin Posted in Linux alias, fish, function, Linux, location, shell, store Leave a comment
28 Nov

Creating an Alias in fish shell

Fish shell has an easy method to create a command alias…


alias del='rm'
save_function del
admin Posted in Command Line, Linux alias, command, create, fish, function, save, shell Leave a comment
28 Oct

Create a Permanent Alias in Fish Shell

This is how you create a permanent alias is fish…


alias x='exit'
save_function x
admin Posted in Command Line, Linux alias, cli, command, fish, Linux, shell 1 Comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑